Information about plays

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

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

{
    "id": 3632282,
    "uri": "https://api.kexp.org/v2/plays/3632282/?format=api",
    "airdate": "2026-03-22T08:06:55-07:00",
    "show": 66249,
    "show_uri": "https://api.kexp.org/v2/shows/66249/?format=api",
    "image_uri": "https://coverartarchive.org/release/a3e18cac-ac05-4417-bd21-e2060b817ce9/14755753554-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a3e18cac-ac05-4417-bd21-e2060b817ce9/14755753554-250.jpg",
    "song": "Heavy Water / I’d Rather Be Sleeping",
    "track_id": null,
    "recording_id": "30ef7649-1f67-4887-af00-0f1af7333d81",
    "artist": "Grouper",
    "artist_ids": [
        "7e571e09-887e-4544-b993-eb75e7837ec1"
    ],
    "album": "Dragging a Dead Deer up a Hill",
    "release_id": null,
    "release_group_id": "abcc21e4-16fc-31a3-864b-4d69ae81e2b4",
    "labels": [
        "Type"
    ],
    "label_ids": [
        "63a3d3b8-28ad-45c4-bb23-93927a69cb99"
    ],
    "release_date": "2008-06-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Helios → Grouper via Type Records :: An all-time fave track off Grouper's 2008 album 'Dragging a Dead Deer Up A Hill' that was also released by Type Records ~ https://grouper.bandcamp.com/album/dragging-a-dead-deer",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}