Information about plays

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

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

{
    "id": 3636973,
    "uri": "https://api.kexp.org/v2/plays/3636973/?format=api",
    "airdate": "2026-04-02T18:49:03-07:00",
    "show": 66347,
    "show_uri": "https://api.kexp.org/v2/shows/66347/?format=api",
    "image_uri": "https://dn721603.ca.archive.org/0/items/mbid-f57ebc64-884f-4f03-a376-c313e4eeccf5/mbid-f57ebc64-884f-4f03-a376-c313e4eeccf5-24822071058_thumb500.jpg",
    "thumbnail_uri": "https://dn721603.ca.archive.org/0/items/mbid-f57ebc64-884f-4f03-a376-c313e4eeccf5/mbid-f57ebc64-884f-4f03-a376-c313e4eeccf5-24822071058_thumb250.jpg",
    "song": "You and I",
    "track_id": "be72e8fc-e04b-4263-baad-3adc6a286149",
    "recording_id": "b475b2c6-3fad-437d-bf2c-83d20eeb50e8",
    "artist": "Caribou",
    "artist_ids": [
        "735e3514-a8ae-401f-af3b-6300df1b8d2c"
    ],
    "album": "Suddenly",
    "release_id": "d3fee3e2-0430-4565-b6c6-fa1628dd1a7b",
    "release_group_id": "975b39ae-77fa-4b6e-b1fc-e981b4c62f1c",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2020-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dan Snaith is Caribou - this track features guitar and tenor saxophone from Colin Fisher\n\nhttps://caribouband.bandcamp.com/album/suddenly",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}