spotifywebapipython.models.audiobooksimplified
Spotify Web API Simplified Audiobook object.
Initializes a new instance of the class.
Arguments:
- root (dict): Spotify Web API JSON response in dictionary format, used to load object attributes; otherwise, None to not load attributes.
A list of the countries in which the audiobook can be played, identified by their ISO 3166-1 alpha-2 code.
Example: ["CA","BR","IT"]
The copyright statements of the audiobook.
A description of the audiobook.
HTML tags are stripped away from this field, use html_description field in case HTML tags are needed.
Whether or not the audiobook has explicit content (true = yes it does; false = no it does not OR unknown).
Known external URLs for the audiobook.
A link to the Web API endpoint providing full details of the audiobook.
Example: https://api.spotify.com/v1/audiobooks/7iHfbu1YPACw6oZPAFJtqe
The cover art for the audiobook in various sizes, widest first.
Returns the highest resolution order image from the Images list, if images
are defined; otherwise, null.