Information about plays

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

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

{
    "id": 3612634,
    "uri": "https://api.kexp.org/v2/plays/3612634/?format=api",
    "airdate": "2026-02-03T09:15:43-08:00",
    "show": 65829,
    "show_uri": "https://api.kexp.org/v2/shows/65829/?format=api",
    "image_uri": "https://ia800201.us.archive.org/9/items/mbid-bf98c54a-127f-47bf-af05-14e3deb2b14b/mbid-bf98c54a-127f-47bf-af05-14e3deb2b14b-9737763254_thumb500.jpg",
    "thumbnail_uri": "https://ia800201.us.archive.org/9/items/mbid-bf98c54a-127f-47bf-af05-14e3deb2b14b/mbid-bf98c54a-127f-47bf-af05-14e3deb2b14b-9737763254_thumb250.jpg",
    "song": "Sugar Kane",
    "track_id": "17da96bd-6334-3175-8b52-e91de782ca53",
    "recording_id": "c638c62f-7919-417f-a339-541a9392da63",
    "artist": "Sonic Youth",
    "artist_ids": [
        "5cbef01b-cc35-4f52-af7b-d0df0c4f61b9"
    ],
    "album": "Dirty",
    "release_id": "bf98c54a-127f-47bf-af05-14e3deb2b14b",
    "release_group_id": "30fef5ef-b1d4-36b5-8f75-f45b8e76c545",
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1992-07-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "http://www.sonicyouth.com/\n\nHappy birthday Lee Ranaldo! The Sonic Youth co-founder was born on this day in 1956.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}