Tags are applied to songs to label their characteristics. They're useful for filtering song list requests. NOTE: Tag IDs or names can be used to filter songs.

Attributes

AttributeTypeDescription
categorystringTag category. One of: characteristic, genre, instrument, or mood.
namestringTag name

Example

{
  "id": "8_bit",
  "type": "tags",
  "attributes": {
    "category": "genre",
    "name": "8-bit"
  }
}