Information about plays

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

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

{
    "id": 3669733,
    "uri": "https://api.kexp.org/v2/plays/3669733/?format=api",
    "airdate": "2026-06-19T04:20:23-07:00",
    "show": 67025,
    "show_uri": "https://api.kexp.org/v2/shows/67025/?format=api",
    "image_uri": "https://dn711005.ca.archive.org/0/items/mbid-2284ec48-b489-4a69-bb02-df838a22334f/mbid-2284ec48-b489-4a69-bb02-df838a22334f-24276567838_thumb500.jpg",
    "thumbnail_uri": "https://dn711005.ca.archive.org/0/items/mbid-2284ec48-b489-4a69-bb02-df838a22334f/mbid-2284ec48-b489-4a69-bb02-df838a22334f-24276567838_thumb250.jpg",
    "song": "Summertime",
    "track_id": "e7ebc749-ab7b-3a27-8d17-ceea686795b6",
    "recording_id": "63c2d96d-f08c-4e30-9040-925d40f7d374",
    "artist": "Janis Joplin with Big Brother & the Holding Company",
    "artist_ids": [
        "3cf5a3be-25ef-4408-98fe-e66fee536be1",
        "76c9a186-75bd-436a-85c0-823e3efddb7f"
    ],
    "album": "Live at Winterland '68",
    "release_id": "2284ec48-b489-4a69-bb02-df838a22334f",
    "release_group_id": "f671e953-6fcc-353e-83cb-ff7137dde148",
    "labels": [
        "Columbia",
        "Legacy"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e",
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}