Information about plays

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

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

{
    "id": 3629112,
    "uri": "https://api.kexp.org/v2/plays/3629112/?format=api",
    "airdate": "2026-03-15T04:06:07-07:00",
    "show": 66185,
    "show_uri": "https://api.kexp.org/v2/shows/66185/?format=api",
    "image_uri": "https://dn710801.ca.archive.org/0/items/mbid-e9a58849-fec6-493f-b664-b2f57c450687/mbid-e9a58849-fec6-493f-b664-b2f57c450687-13889169524_thumb500.jpg",
    "thumbnail_uri": "https://dn710801.ca.archive.org/0/items/mbid-e9a58849-fec6-493f-b664-b2f57c450687/mbid-e9a58849-fec6-493f-b664-b2f57c450687-13889169524_thumb250.jpg",
    "song": "Politicians in My Eyes",
    "track_id": "80bcb420-62b2-39dc-8b07-462f9030a83c",
    "recording_id": "7b5dd8c9-c0fd-455c-9d29-e628434dc52e",
    "artist": "Death",
    "artist_ids": [
        "5bddb294-e04c-4d8f-b9bb-e3b551802ae4"
    ],
    "album": "...for the Whole World to See",
    "release_id": "e9a58849-fec6-493f-b664-b2f57c450687",
    "release_group_id": "8cd7285a-7bea-3119-9083-c777f6063462",
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2009-02-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}