Information about plays

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

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

{
    "id": 3633387,
    "uri": "https://api.kexp.org/v2/plays/3633387/?format=api",
    "airdate": "2026-03-25T05:40:22-07:00",
    "show": 66274,
    "show_uri": "https://api.kexp.org/v2/shows/66274/?format=api",
    "image_uri": "https://dn710701.ca.archive.org/0/items/mbid-8cac14fb-5081-44d5-b5bb-75c0b96a1644/mbid-8cac14fb-5081-44d5-b5bb-75c0b96a1644-10092878420_thumb500.jpg",
    "thumbnail_uri": "https://dn710701.ca.archive.org/0/items/mbid-8cac14fb-5081-44d5-b5bb-75c0b96a1644/mbid-8cac14fb-5081-44d5-b5bb-75c0b96a1644-10092878420_thumb250.jpg",
    "song": "Edge of Seventeen",
    "track_id": "c6f5f0f2-ee1e-304f-baff-89f32b97a8f8",
    "recording_id": "e13a455e-58a2-433d-9dcf-9523126569e4",
    "artist": "Stevie Nicks",
    "artist_ids": [
        "b7f2cca2-72c6-41fb-ae33-53370fc62fe7"
    ],
    "album": "Bella Donna",
    "release_id": "8cac14fb-5081-44d5-b5bb-75c0b96a1644",
    "release_group_id": "87c584fc-02a5-34f8-a492-85c20de4835d",
    "labels": [
        "Modern Records"
    ],
    "label_ids": [
        "0f30bcd2-4c2e-4fc1-90ef-4cfe48b2da33"
    ],
    "release_date": "1983-11-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stevie Nicks, is of course, one of the iconic members of Fleetwood Mac! \n\n\"Edge of Seventeen\" features Russ Kunkel on drums, a session musician who worked with artists such as Bill Withers, Carole King, Bob Dylan, and more.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}