Information about plays

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

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

{
    "id": 3635883,
    "uri": "https://api.kexp.org/v2/plays/3635883/?format=api",
    "airdate": "2026-03-31T05:14:19-07:00",
    "show": 66327,
    "show_uri": "https://api.kexp.org/v2/shows/66327/?format=api",
    "image_uri": "https://coverartarchive.org/release/028a24f8-bf25-46d0-8f45-bf5aca882736/41524576879-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/028a24f8-bf25-46d0-8f45-bf5aca882736/41524576879-250.jpg",
    "song": "Forever in My Life (early vocal run‐through)",
    "track_id": null,
    "recording_id": "9f786132-85ed-4649-a5c2-e4ef8ddff76c",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Sign “☮︎” the Times",
    "release_id": null,
    "release_group_id": "90718403-7634-3786-84bf-2053a7bd4f4c",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "1987-03-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 1987.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}