Information about plays

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

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

{
    "id": 3638821,
    "uri": "https://api.kexp.org/v2/plays/3638821/?format=api",
    "airdate": "2026-04-06T23:11:38-07:00",
    "show": 66387,
    "show_uri": "https://api.kexp.org/v2/shows/66387/?format=api",
    "image_uri": "https://coverartarchive.org/release/98f9c577-e132-4ba5-a2de-31aa6db9c2e7/28026965681-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/98f9c577-e132-4ba5-a2de-31aa6db9c2e7/28026965681-250.jpg",
    "song": "My Life Is a Bubble",
    "track_id": null,
    "recording_id": null,
    "artist": "Max in the World / Kroba",
    "artist_ids": [],
    "album": "Structures of Feeling 1",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bliss Point"
    ],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Terrific 12\" on NYC label Bliss Point from producer Max in the World and saxophonist Kroba - https://blisspointsound.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}