getShow

suspend fun getShow(id: String): Show?(source)

Get Spotify catalog information for a single show identified by its unique Spotify ID. The Market associated with the user account will be used.

Reading the user’s resume points on episode objects requires the SpotifyScope.UserReadPlaybackPosition scope

Api Reference

Return

possibly-null Show. This behavior is not the same as in getShows

Parameters

id

The Spotify ID for the show.