Song

class AzuracastPy.models.song.Song(id: str, text: str, artist: str, title: str, album: str, genre: str, isrc: str, lyrics: str, art: str, custom_fields: Dict[str, str])

Represents a song object.

__init__(id: str, text: str, artist: str, title: str, album: str, genre: str, isrc: str, lyrics: str, art: str, custom_fields: Dict[str, str])

Initializes a Song object.

Note

This class should not be initialized directly. Instead, an instance will be made available as an attribute of other classes: RequestableSong, SongHistory, QueueItem, CurrentSong, PlayingNext.