Information about plays

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

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

{
    "id": 3655037,
    "uri": "https://api.kexp.org/v2/plays/3655037/?format=api",
    "airdate": "2026-05-15T11:50:03-07:00",
    "show": 66723,
    "show_uri": "https://api.kexp.org/v2/shows/66723/?format=api",
    "image_uri": "https://ia801406.us.archive.org/9/items/mbid-433d59f8-7bd9-3d3b-a2ec-79189708cc96/mbid-433d59f8-7bd9-3d3b-a2ec-79189708cc96-41402294460_thumb500.jpg",
    "thumbnail_uri": "https://dn710709.ca.archive.org/0/items/mbid-433d59f8-7bd9-3d3b-a2ec-79189708cc96/mbid-433d59f8-7bd9-3d3b-a2ec-79189708cc96-41402294460_thumb250.jpg",
    "song": "Immigrant Song",
    "track_id": "6bc35b21-6c6c-470a-9928-938534825346",
    "recording_id": "2cfad207-3f55-4aec-8120-86cf66e34d59",
    "artist": "Led Zeppelin",
    "artist_ids": [
        "678d88b2-87b0-403b-b63d-5da7465aecc3"
    ],
    "album": "Led Zeppelin III",
    "release_id": "433d59f8-7bd9-3d3b-a2ec-79189708cc96",
    "release_group_id": "53f80f76-f8af-3558-bfd5-e7221e055c75",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"On their first two albums, Led Zeppelin unleashed a relentless barrage of heavy blues and rockabilly riffs, but Led Zeppelin III provided the band with the necessary room to grow musically. While there are still a handful of metallic rockers, III is built on a folky, acoustic foundation that gives the music extra depth.\" \n\nhttps://tinyurl.com/t5ff2cxc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}