Information about plays

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

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

{
    "id": 3641441,
    "uri": "https://api.kexp.org/v2/plays/3641441/?format=api",
    "airdate": "2026-04-13T05:16:08-07:00",
    "show": 66441,
    "show_uri": "https://api.kexp.org/v2/shows/66441/?format=api",
    "image_uri": "https://dn721909.ca.archive.org/0/items/mbid-e9be84f3-6934-4004-90f7-12fcecd1a811/mbid-e9be84f3-6934-4004-90f7-12fcecd1a811-26805237303_thumb500.jpg",
    "thumbnail_uri": "https://dn721909.ca.archive.org/0/items/mbid-e9be84f3-6934-4004-90f7-12fcecd1a811/mbid-e9be84f3-6934-4004-90f7-12fcecd1a811-26805237303_thumb250.jpg",
    "song": "Rain",
    "track_id": "321cd6d1-0ecd-4eb0-834c-d39554d875fa",
    "recording_id": "f946bb2a-4877-464e-84b3-2bfdcc37016f",
    "artist": "Cut Copy",
    "artist_ids": [
        "caaba574-dfbc-4681-8e56-19b5150897d2"
    ],
    "album": "Freeze, Melt",
    "release_id": "e9be84f3-6934-4004-90f7-12fcecd1a811",
    "release_group_id": "d1b1da08-92f9-44a3-910b-5d4136fc700f",
    "labels": [
        "Cutters Records"
    ],
    "label_ids": [
        "dd938612-63ab-45fb-a797-831bfadd7c97"
    ],
    "release_date": "2020-08-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jesse Dorris at Pitchfork called this climate-change album \"as chilled as an upscale boutique and as politically engaged as your Instagram feed.\"\n\nhttps://cutcopy.bandcamp.com/album/freeze-melt\n\nCheck out the official video: https://www.youtube.com/watch?v=wsr6obRndJM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}