Information about plays

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

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

{
    "id": 3633256,
    "uri": "https://api.kexp.org/v2/plays/3633256/?format=api",
    "airdate": "2026-03-24T21:42:02-07:00",
    "show": 66271,
    "show_uri": "https://api.kexp.org/v2/shows/66271/?format=api",
    "image_uri": "https://dn710805.ca.archive.org/0/items/mbid-83e786b5-d49c-4efd-bd10-57914f2eec9b/mbid-83e786b5-d49c-4efd-bd10-57914f2eec9b-9838985185_thumb500.jpg",
    "thumbnail_uri": "https://dn710805.ca.archive.org/0/items/mbid-83e786b5-d49c-4efd-bd10-57914f2eec9b/mbid-83e786b5-d49c-4efd-bd10-57914f2eec9b-9838985185_thumb250.jpg",
    "song": "Warszawa",
    "track_id": "88717ded-11b8-3010-a3ce-4d2a1232587f",
    "recording_id": "d6530ded-ec07-4ce3-96a8-c670d81f54fe",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Low",
    "release_id": "02e2a2f6-0da2-34cb-8e65-a05447ed1994",
    "release_group_id": "f6a51281-56c4-3538-b915-65a9d4eb29b5",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1991-08-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by Brian Eno and Tony Visconti in Berlin as part of the Berlin Trilogy of David Bowie albums Low, \"Heroes\", and Lodger. The trilogy originated following Bowie's move from Los Angeles to Europe with American singer Iggy Pop to rid themselves of worsening drug addiction",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}