Information about plays

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

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

{
    "id": 3637575,
    "uri": "https://api.kexp.org/v2/plays/3637575/?format=api",
    "airdate": "2026-04-04T05:02:56-07:00",
    "show": 66361,
    "show_uri": "https://api.kexp.org/v2/shows/66361/?format=api",
    "image_uri": "https://dn710603.ca.archive.org/0/items/mbid-24bcd118-b9a2-4f6f-a821-f64ff8a5565c/mbid-24bcd118-b9a2-4f6f-a821-f64ff8a5565c-1503572411_thumb500.jpg",
    "thumbnail_uri": "https://dn710603.ca.archive.org/0/items/mbid-24bcd118-b9a2-4f6f-a821-f64ff8a5565c/mbid-24bcd118-b9a2-4f6f-a821-f64ff8a5565c-1503572411_thumb250.jpg",
    "song": "Knife",
    "track_id": "36c1fafe-4a34-346e-b97c-e3e11cc69937",
    "recording_id": "743063db-e9a5-4a7f-bdf0-b20c1e173574",
    "artist": "Grizzly Bear",
    "artist_ids": [
        "59a7fbcb-ff74-494d-abd0-9c82359040c9"
    ],
    "album": "Live at KEXP, Volume Three",
    "release_id": "24bcd118-b9a2-4f6f-a821-f64ff8a5565c",
    "release_group_id": "64296cf1-c0a4-375a-82ed-ce58c42d85a6",
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aries energy cuts like a blade. sharp-edged, instinctive, and direct. like moving through life with the bold precision of a knife",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}