Information about plays

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

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

{
    "id": 3571536,
    "uri": "https://api.kexp.org/v2/plays/3571536/?format=api",
    "airdate": "2025-10-29T20:31:36-07:00",
    "show": 64968,
    "show_uri": "https://api.kexp.org/v2/shows/64968/?format=api",
    "image_uri": "https://dn721604.ca.archive.org/0/items/mbid-e8214d01-e6b9-4081-ad74-ad303879c382/mbid-e8214d01-e6b9-4081-ad74-ad303879c382-22209334472_thumb500.jpg",
    "thumbnail_uri": "https://dn721604.ca.archive.org/0/items/mbid-e8214d01-e6b9-4081-ad74-ad303879c382/mbid-e8214d01-e6b9-4081-ad74-ad303879c382-22209334472_thumb250.jpg",
    "song": "Satan Speeds Up",
    "track_id": "9a693c4b-5a49-4e6a-bb4a-6151ead58913",
    "recording_id": "8b097990-5d53-4ed2-bc0a-eb118e5552fd",
    "artist": "King Gizzard & The Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "I'm In Your Mind Fuzz",
    "release_id": "e8214d01-e6b9-4081-ad74-ad303879c382",
    "release_group_id": "648979c4-744f-498c-a9de-6a9624274a9d",
    "labels": [
        "Heavenly Recordings"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2014-11-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Although they had six previous albums (which had been released domestically in Australia), 2014's \"I'm In Your Mind Fuzz\" served as King Gizzard's worldwide debut on Heavenly Records. With one exception,  all the songs on the album were written by Stu Mackenzie alone",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}