Information about plays

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

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

{
    "id": 3545464,
    "uri": "https://api.kexp.org/v2/plays/3545464/?format=api",
    "airdate": "2025-08-27T11:07:31-07:00",
    "show": 64401,
    "show_uri": "https://api.kexp.org/v2/shows/64401/?format=api",
    "image_uri": "https://ia800200.us.archive.org/22/items/mbid-c24de659-4360-3e11-8548-fc89266567d8/mbid-c24de659-4360-3e11-8548-fc89266567d8-7946171807_thumb500.jpg",
    "thumbnail_uri": "https://ia600200.us.archive.org/22/items/mbid-c24de659-4360-3e11-8548-fc89266567d8/mbid-c24de659-4360-3e11-8548-fc89266567d8-7946171807_thumb250.jpg",
    "song": "Sugar Hiccup",
    "track_id": "dca9f0b1-f11e-3afc-adfb-5c66dbe49a99",
    "recording_id": "8b3aaf5b-b794-46cf-ac70-11b0bc5c1fd4",
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "Head Over Heels",
    "release_id": "c24de659-4360-3e11-8548-fc89266567d8",
    "release_group_id": "91962b6e-34d3-4d3e-87fa-f30c3344a19b",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2003-02-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Dave in Ballard:\n\n\"Hi there, long time listener, recent Amplifier. Love you all, Cheryl, John, Sharlese🖤, Kevin (my Seattle John Peel 🙂). Anything at all by Cocteau Twins would be truly amazing. Listening all day. Keep up the great work for public broadcasting.  Thank you all.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}