Information about plays

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

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

{
    "id": 3610904,
    "uri": "https://api.kexp.org/v2/plays/3610904/?format=api",
    "airdate": "2026-01-30T05:01:33-08:00",
    "show": 65791,
    "show_uri": "https://api.kexp.org/v2/shows/65791/?format=api",
    "image_uri": "https://ia903403.us.archive.org/27/items/mbid-3603f98f-0dce-3cbd-8bde-2f294225aa2e/mbid-3603f98f-0dce-3cbd-8bde-2f294225aa2e-8015457006_thumb500.jpg",
    "thumbnail_uri": "https://ia803403.us.archive.org/27/items/mbid-3603f98f-0dce-3cbd-8bde-2f294225aa2e/mbid-3603f98f-0dce-3cbd-8bde-2f294225aa2e-8015457006_thumb250.jpg",
    "song": "The Gift",
    "track_id": "790efc5b-736e-3876-a4f1-eb1e38d0a049",
    "recording_id": "6631e51b-75e1-4daa-8f9a-3861840a357d",
    "artist": "The Velvet Underground",
    "artist_ids": [
        "94b0fb9d-a066-4823-b2ec-af1d324bcfcf"
    ],
    "album": "White Light/White Heat",
    "release_id": "3603f98f-0dce-3cbd-8bde-2f294225aa2e",
    "release_group_id": "fc0885e0-0284-3f9d-81ee-17c5e7196346",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1996-05-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 1968\n--\nThe Gift is over eight minutes long and, in the stereo version, mixed in such a way that a short story can be heard in the left speaker, while a rock instrumental is heard on the right.\n\nThe short story, recited by a deadpan John Cale, was written by Lou Reed as a writing project during his college days.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}