Information about plays

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

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

{
    "id": 3639277,
    "uri": "https://api.kexp.org/v2/plays/3639277/?format=api",
    "airdate": "2026-04-08T02:11:53-07:00",
    "show": 66396,
    "show_uri": "https://api.kexp.org/v2/shows/66396/?format=api",
    "image_uri": "https://dn710804.ca.archive.org/0/items/mbid-f36f680c-8fa6-448b-83dd-0b33c544b6b0/mbid-f36f680c-8fa6-448b-83dd-0b33c544b6b0-13191298653_thumb500.jpg",
    "thumbnail_uri": "https://dn710804.ca.archive.org/0/items/mbid-f36f680c-8fa6-448b-83dd-0b33c544b6b0/mbid-f36f680c-8fa6-448b-83dd-0b33c544b6b0-13191298653_thumb250.jpg",
    "song": "Talk",
    "track_id": "aa537fb1-e4e0-4e93-a53b-b1ca8c766ba0",
    "recording_id": "6281acaa-704f-4776-a3cc-fd848ddd0ad2",
    "artist": "Tacocat",
    "artist_ids": [
        "b0635f14-7d93-4276-8943-6bc251aea033"
    ],
    "album": "Lost Time",
    "release_id": "5aad7604-bfab-4eb0-a948-eadcf09dba0e",
    "release_group_id": "18b6065f-b010-4ee7-add5-0611d5f46348",
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2016-04-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}