Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3421578/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3421578,
    "uri": "https://api.kexp.org/v2/plays/3421578/?format=api",
    "airdate": "2024-11-05T04:06:54-08:00",
    "show": 61767,
    "show_uri": "https://api.kexp.org/v2/shows/61767/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Løveskatt",
    "track_id": "9600c06e-aaf0-49ee-b6ec-6a6c6e131a0d",
    "recording_id": "6fd0ef19-7432-4e0d-9bfd-c6b24e61a5ec",
    "artist": "Ora the Molecule",
    "artist_ids": [
        "01150b18-f9d3-424d-b7cf-a6922d162b91"
    ],
    "album": "Dance Therapy",
    "release_id": "7e07f7dd-94eb-4236-834f-e320aa0b0e3f",
    "release_group_id": "9c442c72-f4a9-4d68-95ec-618c3bebe9d0",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2025-03-21",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Oslo, Norway!\n\nhttps://orathemolecule.bandcamp.com/album/dance-therapy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}