A playlist category is a tag for grouping related playlists.
| Attribute | Type | Description |
|---|---|---|
| name | string | Playlist Category name |
| media_type | string | The type of curated media this category groups. The v1 API currently returns songs. |
{
"id": "1",
"type": "playlist_categories",
"attributes": {
"name": "Wedding & Reception",
"media_type": "songs"
}
}