Information about plays

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

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

{
    "id": 3567470,
    "uri": "https://api.kexp.org/v2/plays/3567470/?format=api",
    "airdate": "2025-10-20T05:22:02-07:00",
    "show": 64884,
    "show_uri": "https://api.kexp.org/v2/shows/64884/?format=api",
    "image_uri": "https://ia803201.us.archive.org/0/items/mbid-f769da37-50a7-4a68-80f2-77be000ae9cd/mbid-f769da37-50a7-4a68-80f2-77be000ae9cd-26122336000_thumb500.jpg",
    "thumbnail_uri": "https://dn710108.ca.archive.org/0/items/mbid-f769da37-50a7-4a68-80f2-77be000ae9cd/mbid-f769da37-50a7-4a68-80f2-77be000ae9cd-26122336000_thumb250.jpg",
    "song": "A Lucid Dream",
    "track_id": "f25213cd-879e-4fbb-9639-78f094a30485",
    "recording_id": "1b66d088-3924-48ff-888d-98cb9937309c",
    "artist": "Fontaines D.C.",
    "artist_ids": [
        "fd87acc7-e0a0-4a45-bc2a-d2ab5c10be68"
    ],
    "album": "A Hero's Death",
    "release_id": "b18b6936-7b0b-4253-97f2-1532447f54b9",
    "release_group_id": "8eac43e3-2fbc-488b-b728-f79c17836fef",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2020-07-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally called \"A Lucid Dream Of 1916\" (referencing the bloody Easter Rising in Dublin), Grian Chatten decided to drop \"1916\" out of it because, \"Well, to be honest, I’m probably afraid of it being too controversial... I didn’t want to say anything like, 'I was there.' I think it would’ve been controversial in Ireland. Not in Britain, I’d almost like to be controversial in Britain with that kind of thing. But it reflects poorly back at home.\" https://bit.ly/2GhvlgS",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}