Information about plays

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

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

{
    "id": 3641947,
    "uri": "https://api.kexp.org/v2/plays/3641947/?format=api",
    "airdate": "2026-04-14T10:34:33-07:00",
    "show": 66451,
    "show_uri": "https://api.kexp.org/v2/shows/66451/?format=api",
    "image_uri": "https://dn721503.ca.archive.org/0/items/mbid-c9cc7838-5efe-4aee-a0a8-4ed638c9ec87/mbid-c9cc7838-5efe-4aee-a0a8-4ed638c9ec87-44252747210_thumb500.jpg",
    "thumbnail_uri": "https://dn721503.ca.archive.org/0/items/mbid-c9cc7838-5efe-4aee-a0a8-4ed638c9ec87/mbid-c9cc7838-5efe-4aee-a0a8-4ed638c9ec87-44252747210_thumb250.jpg",
    "song": "Hey Amanda",
    "track_id": "9fb4d7d0-88ba-43fb-9eec-e84292b71c13",
    "recording_id": "8cb77793-a2e8-4fdb-9774-ee5795bb5496",
    "artist": "Broken Social Scene",
    "artist_ids": [
        "2eada8f8-056a-4093-bbc2-004909ce743b"
    ],
    "album": "Remember The Humans",
    "release_id": "c9cc7838-5efe-4aee-a0a8-4ed638c9ec87",
    "release_group_id": "3d239ce7-3d99-411c-aede-365677575cea",
    "labels": [
        "Arts & Crafts"
    ],
    "label_ids": [
        "43f1132f-9796-4a96-b898-b71ea7ad9b9b"
    ],
    "release_date": "2026-05-08",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Broken Social Scene will be in SF at The Masonic on Sunday and Monday, June 21st and 22nd. They'll be at the Chateau Ste. Michelle Winery in Woodinville, WA on Thursday, June 25th.\n--\nThe Toronto band's new album will be out on May 8th.  You can pre-order it here: https://brokensocialscene.bandcamp.com/album/remember-the-humans",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}