Information about plays

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

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

{
    "id": 3659572,
    "uri": "https://api.kexp.org/v2/plays/3659572/?format=api",
    "airdate": "2026-05-25T22:45:45-07:00",
    "show": 66816,
    "show_uri": "https://api.kexp.org/v2/shows/66816/?format=api",
    "image_uri": "https://coverartarchive.org/release/d7d1992a-c041-4f17-ad99-e7e32cf084c9/35516258042-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d7d1992a-c041-4f17-ad99-e7e32cf084c9/35516258042-250.jpg",
    "song": "Astrology Poisoning",
    "track_id": null,
    "recording_id": "0503394e-7767-45f4-b2f7-464be27e24ac",
    "artist": "Avalon Emerson",
    "artist_ids": [
        "f91ec397-c4be-4672-8faa-2d2983682b1c"
    ],
    "album": "& The Charm",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Another Dove"
    ],
    "label_ids": [
        "9585e4eb-83db-46ed-963c-4a9905a219be"
    ],
    "release_date": "2023-04-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}