Information about plays

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

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

{
    "id": 3634871,
    "uri": "https://api.kexp.org/v2/plays/3634871/?format=api",
    "airdate": "2026-03-28T22:05:32-07:00",
    "show": 66307,
    "show_uri": "https://api.kexp.org/v2/shows/66307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Direct Hits",
    "track_id": null,
    "recording_id": null,
    "artist": "Microwaves",
    "artist_ids": [
        "82478dbc-474f-454e-a4c5-7831e85e8f5c"
    ],
    "album": "Temporal Shifter",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Decoherence Records"
    ],
    "label_ids": [
        "30af72ee-b32f-4f91-bc56-f371a11c2e32"
    ],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Over two decades into their career, the Microwaves continues to refine a \"no-wave\" influenced sound that balances technical complexity with a visceral, aggressive energy that feels like a collision between prog-rock and industrial punk. https://decoherence.bandcamp.com/album/temporal-shifter",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}