Information about plays

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

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

{
    "id": 3641144,
    "uri": "https://api.kexp.org/v2/plays/3641144/?format=api",
    "airdate": "2026-04-12T10:06:58-07:00",
    "show": 66433,
    "show_uri": "https://api.kexp.org/v2/shows/66433/?format=api",
    "image_uri": "https://coverartarchive.org/release/98986eab-dfdf-4af1-b44c-804453fa1a5b/44701074595-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/98986eab-dfdf-4af1-b44c-804453fa1a5b/44701074595-250.jpg",
    "song": "Rowan Tree",
    "track_id": null,
    "recording_id": "0153d7ee-aedb-4e43-aff1-b9a57dc2049a",
    "artist": "Spencer Cullum’s Coin Collection",
    "artist_ids": [
        "5184edc0-21b6-4bef-9927-9bac4fcdbe8c"
    ],
    "album": "Spencer Cullum’s Coin Collection 3",
    "release_id": null,
    "release_group_id": "d11c16cd-c332-4ed4-b580-e32ce747a53a",
    "labels": [
        "Full Time Hobby"
    ],
    "label_ids": [
        "c51e4371-bd49-4c00-afed-b5446bb433ac"
    ],
    "release_date": "2026-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cullum is British-born and Nashville-based and moonlights as a member of Miranda Lambert’s band. This is the concluding album of a trilogy.\nhttps://spencercullumscoincollection.bandcamp.com/album/spencer-cullums-coin-collection-3-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}