Information about plays

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

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

{
    "id": 3628799,
    "uri": "https://api.kexp.org/v2/plays/3628799/?format=api",
    "airdate": "2026-03-14T12:38:23-07:00",
    "show": 66179,
    "show_uri": "https://api.kexp.org/v2/shows/66179/?format=api",
    "image_uri": "https://dn721802.ca.archive.org/0/items/mbid-a02917b3-2b81-4ba7-8f4d-2adb0812f441/mbid-a02917b3-2b81-4ba7-8f4d-2adb0812f441-27177253597_thumb500.jpg",
    "thumbnail_uri": "https://ia800208.us.archive.org/23/items/mbid-a02917b3-2b81-4ba7-8f4d-2adb0812f441/mbid-a02917b3-2b81-4ba7-8f4d-2adb0812f441-27177253597_thumb250.jpg",
    "song": "35",
    "track_id": "6f9f5c8d-58cb-4fea-b077-bea7f36b1338",
    "recording_id": "8b706349-9c25-4db5-ac7b-19432f879857",
    "artist": "Bill Callahan",
    "artist_ids": [
        "c309d914-93af-4b3f-8058-d79c75ea89da"
    ],
    "album": "Gold Record",
    "release_id": "cf75ecf7-5f87-46d5-a405-4ccafa42afe9",
    "release_group_id": "85c09614-c248-4d42-8a93-13850a8ebc04",
    "labels": [
        "Drag City Inc."
    ],
    "label_ids": [
        "b7922254-a7e8-4da7-b16e-5b6dd3ff2a33"
    ],
    "release_date": "2020-09-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Singer-songwriter Bill Callahan released “35” on his 2020 album Gold Record, continuing the warm, reflective storytelling style he developed after his years recording as Smog. Read more: https://billcallahan.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}