SpotifyApiSpotify LogoJS

APISimplifiedShow

The structure containing the simplified details of the Spotify Show.

https://developer.spotify.com/documentation/web-api/reference/#object-simplifiedshowobject

Properties:

NameTypeDescription
available_marketsstring[]A list of the countries in which the show can be played, identified by their ISO 3166-1 alpha-2 code.
copyrightsCopyright[]The copyright statements of the show.
descriptionstringA description of the show. HTML tags are stripped away from this field, use html_description field in case HTML tags are needed.
explicitbooleanWhether or not the show has explicit content (true = yes it does; false = no it does not OR unknown).
external_urlsExternalUrlExternal URLs for this show.
hrefstringA link to the Web API endpoint providing full details of the show.
html_descriptionstringA description of the show. This field may contain HTML tags.
idstringThe Spotify ID for the show.
imagesImage[]The cover art for the show in various sizes, widest first.
is_externally_hostedbooleanTrue if all of the show’s episodes are hosted outside of Spotify’s CDN. This field might be null in some cases.
languagesstring[]A list of the languages used in the show, identified by their ISO 639 code.
media_typestringThe media type of the show.
namestringThe name of the show.
publisherstringThe publisher of the show.
typeSpotifyTypeThe object type: “show”.
uristringThe Spotify URI for the show.