Information about plays

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

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

{
    "id": 3623321,
    "uri": "https://api.kexp.org/v2/plays/3623321/?format=api",
    "airdate": "2026-02-28T05:20:34-08:00",
    "show": 66049,
    "show_uri": "https://api.kexp.org/v2/shows/66049/?format=api",
    "image_uri": "https://dn721600.ca.archive.org/0/items/mbid-e2bce549-533c-40ea-ab0a-006fcdae7db3/mbid-e2bce549-533c-40ea-ab0a-006fcdae7db3-31045217968_thumb500.jpg",
    "thumbnail_uri": "https://dn721600.ca.archive.org/0/items/mbid-e2bce549-533c-40ea-ab0a-006fcdae7db3/mbid-e2bce549-533c-40ea-ab0a-006fcdae7db3-31045217968_thumb250.jpg",
    "song": "Another Day in America",
    "track_id": "0dc4bc8c-03b5-4c2b-ab64-972227714aa2",
    "recording_id": "61cc0d96-1f3b-4c32-bbfb-110afd55fae8",
    "artist": "Kali Uchis with Ozuna",
    "artist_ids": [
        "d0c7656d-8169-4f77-9dbe-b8f24e40105d",
        "f2651b63-a44d-4d1d-ba64-d981d971ecd1"
    ],
    "album": "Another Day in America",
    "release_id": "e2bce549-533c-40ea-ab0a-006fcdae7db3",
    "release_group_id": "e87073a2-f7bd-49cf-a1d8-d2ed8fbd5360",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2021-11-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Another day in America\" updates West Side Story's 1957 cultural commentary to fit our current era: \"Everything changed in America / Except nothing changed in America,\" Uchis sings.\n\nhttps://www.kaliuchis.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}