get_show {spotifyr} | R Documentation |
Get Spotify catalog information for a single show.
Description
Get Spotify catalog information for a single show.
Usage
get_show(id, market = NULL, authorization = get_spotify_authorization_code())
Arguments
id |
The Spotify ID for the show. |
market |
Optional. |
authorization |
Required. A valid access token from the Spotify Accounts service. See the Web API authorization Guide for more details. Defaults to |
Value
Returns a data frame of results containing show data. See the official documentation for more information.