getShow

suspend fun getShow(id: String): Show?

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.USER_READ_PLAYBACK_POSITION scope

Api Reference

Return

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

Parameters

id

The Spotify ID for the show.

Sources

common source
Link copied to clipboard