Show
fun Show(availableMarketsString: List<String> = listOf(), copyrights: List<SpotifyCopyright>, description: String? = null, explicit: Boolean, episodes: NullablePagingObject<SimpleEpisode>, externalUrlsString: Map<String, String>, href: String, id: String, images: List<SpotifyImage>, isExternallyHosted: Boolean? = null, languagesString: List<String>, mediaType: String, name: String, publisher: String, type: String, uri: ShowUri)
Content copied to clipboard
Parameters
copyrights
The copyright statements of the show.
description
A description of the show.
explicit
Whether or not the show has explicit content (true = yes it does; false = no it does not OR unknown).
images
The cover art for the show in various sizes, widest first.
isExternallyHosted
True if all of the show’s episodes are hosted outside of Spotify’s CDN. This field might be null in some cases.
mediaType
The media type of the show.
name
The name of the show.
publisher
The publisher of the show.
type
The object type: “show”.
episodes
A NullablePagingObject of the show’s episodes.
Sources
(source)
Link copied to clipboard