Information about plays

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

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

{
    "id": 3579469,
    "uri": "https://api.kexp.org/v2/plays/3579469/?format=api",
    "airdate": "2025-11-17T16:36:57-08:00",
    "show": 65139,
    "show_uri": "https://api.kexp.org/v2/shows/65139/?format=api",
    "image_uri": "https://coverartarchive.org/release/3358df7e-b147-4481-b8f2-0a4e5d79d213/42214401813-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3358df7e-b147-4481-b8f2-0a4e5d79d213/42214401813-250.jpg",
    "song": "Crumbling Castle",
    "track_id": null,
    "recording_id": "161db7b0-18aa-4dd0-976b-f656003c6161",
    "artist": "King Gizzard & the Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Polygondwanaland",
    "release_id": null,
    "release_group_id": "df1f3af0-6004-44d3-9a32-12913fdc357c",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2017-11-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "King Gizzard & The Lizard Wizard - Crumbling Castle (Live on KEXP) - https://www.youtube.com/watch?v=8Ycw7udHOnw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}