APISimplifiedShow
The structure containing the simplified details of the Spotify Show.
Properties:
Name | Type | Description |
---|---|---|
available_markets | string[] | A list of the countries in which the show can be played, identified by their ISO 3166-1 alpha-2 code. |
copyrights | Copyright[] | The copyright statements of the show. |
description | string | A description of the show. HTML tags are stripped away from this field, use html_description field in case HTML tags are needed. |
explicit | boolean | Whether or not the show has explicit content (true = yes it does; false = no it does not OR unknown). |
external_urls | ExternalUrl | External URLs for this show. |
href | string | A link to the Web API endpoint providing full details of the show. |
html_description | string | A description of the show. This field may contain HTML tags. |
id | string | The Spotify ID for the show. |
images | Image[] | The cover art for the show in various sizes, widest first. |
is_externally_hosted | boolean | True if all of the show’s episodes are hosted outside of Spotify’s CDN. This field might be null in some cases. |
languages | string[] | A list of the languages used in the show, identified by their ISO 639 code. |
media_type | string | The media type of the show. |
name | string | The name of the show. |
publisher | string | The publisher of the show. |
type | SpotifyType | The object type: “show”. |
uri | string | The Spotify URI for the show. |