Information about plays

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

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

{
    "id": 3636294,
    "uri": "https://api.kexp.org/v2/plays/3636294/?format=api",
    "airdate": "2026-04-01T04:09:02-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://dn721606.ca.archive.org/0/items/mbid-f517a4f0-402b-48a9-bf36-e11c472646c4/mbid-f517a4f0-402b-48a9-bf36-e11c472646c4-38298048262_thumb500.jpg",
    "thumbnail_uri": "https://dn721606.ca.archive.org/0/items/mbid-f517a4f0-402b-48a9-bf36-e11c472646c4/mbid-f517a4f0-402b-48a9-bf36-e11c472646c4-38298048262_thumb250.jpg",
    "song": "SHOWER SONG",
    "track_id": "5df22c00-df91-474b-b019-bc0db963f76e",
    "recording_id": "080fc95d-762f-4d93-b7dd-5dd761f2cad1",
    "artist": "Tierra Whack",
    "artist_ids": [
        "ae952d46-0f36-414c-90d4-f202ea2d4a71"
    ],
    "album": "WORLD WIDE WHACK",
    "release_id": "f517a4f0-402b-48a9-bf36-e11c472646c4",
    "release_group_id": "dd5657d7-3286-4cb8-9006-a97df3e2b8d2",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2024-03-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}