Information about plays

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

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

{
    "id": 3638085,
    "uri": "https://api.kexp.org/v2/plays/3638085/?format=api",
    "airdate": "2026-04-05T07:22:58-07:00",
    "show": 66372,
    "show_uri": "https://api.kexp.org/v2/shows/66372/?format=api",
    "image_uri": "https://coverartarchive.org/release/a0ea4f0c-d73f-4b59-8b1f-80f26e7cf76f/44614760121-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a0ea4f0c-d73f-4b59-8b1f-80f26e7cf76f/44614760121-250.jpg",
    "song": "Lime Kiln",
    "track_id": null,
    "recording_id": "1bd195eb-96a4-42a8-a378-a21bb0588a40",
    "artist": "Heathered Pearls",
    "artist_ids": [
        "248e8252-dd5a-4696-9300-e6f7b20f313a"
    ],
    "album": "Window",
    "release_id": null,
    "release_group_id": "4e0a7c2e-def4-46cd-b591-430ebbce2a34",
    "labels": [
        "The Ambient Institute"
    ],
    "label_ids": [],
    "release_date": "2026-03-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the cerebral new album from Polish-born, Michigan-raised, New York-based artist and producer Jakub Alexander aka Heathered Pearls ~ https://heatheredpearls.bandcamp.com/album/window",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}