Information about plays

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

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

{
    "id": 3645538,
    "uri": "https://api.kexp.org/v2/plays/3645538/?format=api",
    "airdate": "2026-04-22T23:51:31-07:00",
    "show": 66526,
    "show_uri": "https://api.kexp.org/v2/shows/66526/?format=api",
    "image_uri": "https://coverartarchive.org/release/9def673f-50ab-49e4-abfd-b849272ab610/44564799058-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9def673f-50ab-49e4-abfd-b849272ab610/44564799058-250.jpg",
    "song": "Through the Changes",
    "track_id": null,
    "recording_id": "c83d6ca9-192a-4c03-bd17-cac3845eae05",
    "artist": "Thee Marloes",
    "artist_ids": [
        "84543b66-bb03-4a68-8378-e3d62fabb120"
    ],
    "album": "Di Hotel Malibu",
    "release_id": null,
    "release_group_id": "a04bb4f3-d831-41f6-ac9d-9eb33c1ab521",
    "labels": [
        "Big Crown Records"
    ],
    "label_ids": [
        "d730a8be-1452-4c0d-9262-cf4f25f45120"
    ],
    "release_date": "2026-05-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Upcoming second record from this trio out of Surabaya, Indonesia.\n\nhttps://theemarloes.bandcamp.com/album/di-hotel-malibu",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}