Information about plays

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

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

{
    "id": 3641401,
    "uri": "https://api.kexp.org/v2/plays/3641401/?format=api",
    "airdate": "2026-04-13T02:48:30-07:00",
    "show": 66439,
    "show_uri": "https://api.kexp.org/v2/shows/66439/?format=api",
    "image_uri": "https://coverartarchive.org/release/ac27eaa2-fc7a-435d-b545-4e0d0f3279c5/25440705901-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ac27eaa2-fc7a-435d-b545-4e0d0f3279c5/25440705901-250.jpg",
    "song": "Sapphire Dreams",
    "track_id": null,
    "recording_id": "0f3ff93e-0a5e-4e78-a6b1-b5c42101f55b",
    "artist": "Greg Foat",
    "artist_ids": [
        "7c86ac0b-81af-42fb-b49a-28d3eee4663c"
    ],
    "album": "The Dreaming Jewels",
    "release_id": null,
    "release_group_id": "2afb1c20-b62c-4e42-8466-d1e804474ffa",
    "labels": [
        "Athens of the North"
    ],
    "label_ids": [
        "16bf0740-2194-457f-8efd-5ba6086a2b27"
    ],
    "release_date": "2019-11-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Greg Foat is a London-based pianist, composer, and producer. That's tenor saxophonist Binker Golding playing here.: https://beatcaffeine.com/greg-foat-returns-with-analogue-jazz-funk-album-the-dreaming-jewels/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}