Information about plays

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

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

{
    "id": 3587134,
    "uri": "https://api.kexp.org/v2/plays/3587134/?format=api",
    "airdate": "2025-12-05T12:00:29-08:00",
    "show": 65294,
    "show_uri": "https://api.kexp.org/v2/shows/65294/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Doves",
    "track_id": "bf9a896f-8e02-370d-b682-62238fa59542",
    "recording_id": "63f8101f-0657-4bd5-8612-d04a33e6d627",
    "artist": "The Black Angels",
    "artist_ids": [
        "49814f71-8fef-41ec-9af8-b6995c0bd601"
    ],
    "album": "Directions to See a Ghost",
    "release_id": "f4fbe4d6-bd53-3ee8-ad60-616c5a6eb383",
    "release_group_id": "5e23bf38-ed1e-3ac7-bdd7-c5bc2371a797",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2008-05-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Black Angels played Live on KEXP in 2021. Enjoy video of the session here: https://www.youtube.com/watch?v=b9hBd4MwPcA&t=6s\n\n\"Doves\" comes from the Austin band's 2008 album, Directions to See a Ghost. 2022's Wilderness of Mirrors is their latest. \nhttps://blackangels.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}