Information about plays

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

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

{
    "id": 3640404,
    "uri": "https://api.kexp.org/v2/plays/3640404/?format=api",
    "airdate": "2026-04-10T18:54:00-07:00",
    "show": 66417,
    "show_uri": "https://api.kexp.org/v2/shows/66417/?format=api",
    "image_uri": "https://dn720604.ca.archive.org/0/items/mbid-4d705f21-db84-4a7f-b7f6-00958f47b242/mbid-4d705f21-db84-4a7f-b7f6-00958f47b242-44336970455_thumb500.jpg",
    "thumbnail_uri": "https://dn720604.ca.archive.org/0/items/mbid-4d705f21-db84-4a7f-b7f6-00958f47b242/mbid-4d705f21-db84-4a7f-b7f6-00958f47b242-44336970455_thumb250.jpg",
    "song": "I Operate",
    "track_id": "65acaef9-22d1-4799-a0c3-7a1fd47f8da9",
    "recording_id": "043927f0-cc54-4b1d-aa1b-2ba5e8f73656",
    "artist": "twisted teens",
    "artist_ids": [
        "c97b7cfb-3637-4cc7-a7c5-470f79a20a9d"
    ],
    "album": "Blame The Clown",
    "release_id": "4d705f21-db84-4a7f-b7f6-00958f47b242",
    "release_group_id": "833a7cf9-e2dd-400d-892d-7deb80139f2b",
    "labels": [
        "Jazz Life"
    ],
    "label_ids": [
        "3166bb39-8f76-4466-9c7e-b5d1a47d3f43"
    ],
    "release_date": "2026-02-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "by request",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}