Information about plays

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

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

{
    "id": 3634912,
    "uri": "https://api.kexp.org/v2/plays/3634912/?format=api",
    "airdate": "2026-03-28T23:40:26-07:00",
    "show": 66307,
    "show_uri": "https://api.kexp.org/v2/shows/66307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ignorance Is Ideology",
    "track_id": "7b87673a-59db-4ef1-9295-599800418542",
    "recording_id": "d584ad59-0201-4033-a56a-9a1c3717b3e6",
    "artist": "The Earaches",
    "artist_ids": [
        "fba34eff-8816-4b13-96b2-a885f492ed20"
    ],
    "album": "Get the Revolution Out of Your Head",
    "release_id": "a23ac1af-e805-4206-8202-870ced704436",
    "release_group_id": "39182c79-cf6b-4dbe-a651-7d0ba321d5bb",
    "labels": [
        "Steel Cage Records"
    ],
    "label_ids": [
        "8e4efc46-af93-47af-b5bf-2198f70aa904"
    ],
    "release_date": "2005-05-17",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Hailing from Seattle, The Earaches were a powerhouse of the local early-2000s scene, delivering a relentless \"rock-and-roll-on-fire\" sound.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}