Information about plays

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

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

{
    "id": 3641302,
    "uri": "https://api.kexp.org/v2/plays/3641302/?format=api",
    "airdate": "2026-04-12T19:18:47-07:00",
    "show": 66436,
    "show_uri": "https://api.kexp.org/v2/shows/66436/?format=api",
    "image_uri": "https://coverartarchive.org/release/5b79794d-caf9-4ff6-9526-4332ce260fdc/36033427539-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5b79794d-caf9-4ff6-9526-4332ce260fdc/36033427539-250.jpg",
    "song": "It's So Good To Be Alive",
    "track_id": null,
    "recording_id": "bb889aa8-422c-497c-a78c-b2089d861329",
    "artist": "The Williams Singers",
    "artist_ids": [],
    "album": "Lord Have Mercy (The Soulful Gospel Of Checker Records)",
    "release_id": null,
    "release_group_id": "76bcf1ff-8cff-496a-ad65-62aef9e74d84",
    "labels": [
        "Cadet"
    ],
    "label_ids": [],
    "release_date": "2017-03-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You can find the track \"It's So Good To Be Alive\" by The Williams Singers on the 2017 compilation album Lord Have Mercy (The Soulful Gospel Of Checker Records).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}