The playlist category object

A playlist category is a tag for grouping related playlists.

AttributeTypeDescription
namestringPlaylist Category name
media_typestringThe 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"
  }
}