Information about plays

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

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

{
    "id": 3626385,
    "uri": "https://api.kexp.org/v2/plays/3626385/?format=api",
    "airdate": "2026-03-07T13:07:05-08:00",
    "show": 66118,
    "show_uri": "https://api.kexp.org/v2/shows/66118/?format=api",
    "image_uri": "https://dn711104.ca.archive.org/0/items/mbid-cea3881c-98e9-3fd9-a322-403a39d59806/mbid-cea3881c-98e9-3fd9-a322-403a39d59806-3127748378_thumb500.jpg",
    "thumbnail_uri": "https://dn711104.ca.archive.org/0/items/mbid-cea3881c-98e9-3fd9-a322-403a39d59806/mbid-cea3881c-98e9-3fd9-a322-403a39d59806-3127748378_thumb250.jpg",
    "song": "Dancing Queen",
    "track_id": "ec660cf6-0df3-389a-a48c-05f49efad462",
    "recording_id": "a502f559-f70c-4e0d-a5e5-e0cc319d0bd7",
    "artist": "ABBA",
    "artist_ids": [
        "d87e52c5-bb8d-4da8-b941-9f4928627dc8"
    ],
    "album": "Arrival",
    "release_id": "cea3881c-98e9-3fd9-a322-403a39d59806",
    "release_group_id": "e464e167-83ab-3b59-88bd-262cf552056e",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1976-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by ABBA’s Björn Ulvaeus and Benny Andersson, this 1976 classic started with the working title “Boogaloo,” inspired in part by George McCrae’s disco hit “Rock Your Baby.” If you're enjoying the music today, consider supporting the KEXP Spring Drive and help keep listener-powered radio going strong at kexp.org/donate.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}