Information about plays

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

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

{
    "id": 3636866,
    "uri": "https://api.kexp.org/v2/plays/3636866/?format=api",
    "airdate": "2026-04-02T12:41:39-07:00",
    "show": 66345,
    "show_uri": "https://api.kexp.org/v2/shows/66345/?format=api",
    "image_uri": "https://dn721702.ca.archive.org/0/items/mbid-1f5718e3-9122-4414-a1c8-9435bdefb4ce/mbid-1f5718e3-9122-4414-a1c8-9435bdefb4ce-24284700574_thumb500.jpg",
    "thumbnail_uri": "https://dn721702.ca.archive.org/0/items/mbid-1f5718e3-9122-4414-a1c8-9435bdefb4ce/mbid-1f5718e3-9122-4414-a1c8-9435bdefb4ce-24284700574_thumb250.jpg",
    "song": "Crazy Feeling",
    "track_id": "5cc04530-da65-34a7-884f-8296513fb4a3",
    "recording_id": "1577719d-0b2f-40ca-8d6f-7de551a71d6b",
    "artist": "Lou Reed",
    "artist_ids": [
        "9d1ebcfe-4c15-4d18-95d3-d919898638a1"
    ],
    "album": "Coney Island Baby",
    "release_id": "7af2126d-594b-4321-80de-45fad22e50bb",
    "release_group_id": "c517ee05-356e-3944-b13f-8d505a4012cb",
    "labels": [
        "BMG Music"
    ],
    "label_ids": [
        "8ddaa8e2-34ac-4094-80b9-2575e3c8f553"
    ],
    "release_date": "2006-10-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Former babysitter Lou Reed has said that many of the songs on Coney Island Baby were inspired by and dedicated to Reed's girlfriend and muse at the time, a trans woman named Rachel Humphreys.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}