Information about plays

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

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

{
    "id": 3626856,
    "uri": "https://api.kexp.org/v2/plays/3626856/?format=api",
    "airdate": "2026-03-08T18:57:19-07:00",
    "show": 66129,
    "show_uri": "https://api.kexp.org/v2/shows/66129/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Go For Broke",
    "track_id": null,
    "recording_id": null,
    "artist": "Raw Image",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Phil L.A. Of Soul"
    ],
    "label_ids": [],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Raw Image released \"Go For Broke\" as a b-side to \"Black Bourgeoise\" in 1975.\n\nIt's the KEXP Spring Drive! https://www.kexp.org/donate/\n\nWith your $10 monthly gift this hour pick up the 12\" Full Stack Slipmat and be one of the few to collect this limited-run item! \n\nAnd when you donate $20/mo, you can get the In Bloom MiiR Mug OR the In Bloom Tee PLUS the gray KEXP Baseball Hat",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}