getShows

suspend fun getShows(vararg ids: String): List<SimpleShow?>

Get Spotify catalog information for multiple shows based on their Spotify IDs. The Market associated with the user account will be used.

**Invalid show ids will result in a BadRequestException

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

Api Reference

Return

List of possibly-null SimpleShow objects.

Parameters

ids

The id or uri for the shows. Maximum 50.

Throws

Sources

(source)
Link copied to clipboard