Requestable Song

class AzuracastPy.models.requestable_song.RequestableSong(request_id: str, request_url: str, song: Song)

Represents a song that can be requested on the station.

__init__(request_id: str, request_url: str, song: Song)

Initializes a RequestableSong object.

Note

This class should not be initialized directly. Instead, obtain an instance via: requestable_songs().