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
| Attribute | Type | Description |
|---|---|---|
| category | string | Tag category. One of: characteristic, genre, instrument, or mood. |
| name | string | Tag name |
Example
{
"id": "8_bit",
"type": "tags",
"attributes": {
"category": "genre",
"name": "8-bit"
}
}