Information about plays

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

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

{
    "id": 3641020,
    "uri": "https://api.kexp.org/v2/plays/3641020/?format=api",
    "airdate": "2026-04-12T02:30:31-07:00",
    "show": 66431,
    "show_uri": "https://api.kexp.org/v2/shows/66431/?format=api",
    "image_uri": "https://dn710900.ca.archive.org/0/items/mbid-59e5a781-a03d-3f65-8ca6-537a27ef37cc/mbid-59e5a781-a03d-3f65-8ca6-537a27ef37cc-14997358632_thumb500.jpg",
    "thumbnail_uri": "https://dn710900.ca.archive.org/0/items/mbid-59e5a781-a03d-3f65-8ca6-537a27ef37cc/mbid-59e5a781-a03d-3f65-8ca6-537a27ef37cc-14997358632_thumb250.jpg",
    "song": "Turnin’ on the Screw",
    "track_id": "5b221363-b804-3274-8f34-e297a07875a9",
    "recording_id": "83c6177c-cacb-4039-9c94-f37449ae8f85",
    "artist": "Queens of the Stone Age",
    "artist_ids": [
        "7dc8f5bd-9d0b-4087-9f73-dc164950bbd8"
    ],
    "album": "Era Vulgaris",
    "release_id": "59e5a781-a03d-3f65-8ca6-537a27ef37cc",
    "release_group_id": "c349f4fb-19f3-3fc4-ad3d-3bea900e7cf2",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2007-06-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}