Information about plays

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

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

{
    "id": 3641551,
    "uri": "https://api.kexp.org/v2/plays/3641551/?format=api",
    "airdate": "2026-04-13T11:48:21-07:00",
    "show": 66443,
    "show_uri": "https://api.kexp.org/v2/shows/66443/?format=api",
    "image_uri": "https://dn710304.ca.archive.org/0/items/mbid-1914265d-82f5-4811-a62e-d3d7df23150c/mbid-1914265d-82f5-4811-a62e-d3d7df23150c-21806230364_thumb500.jpg",
    "thumbnail_uri": "https://ia800206.us.archive.org/35/items/mbid-1914265d-82f5-4811-a62e-d3d7df23150c/mbid-1914265d-82f5-4811-a62e-d3d7df23150c-21806230364_thumb250.jpg",
    "song": "Sit Down. Stand Up. (Snakes & Ladders.)",
    "track_id": "02837932-d0f8-3e67-8850-c2c0825adcd6",
    "recording_id": "c74e3a49-7e74-4348-a84f-73b3702214d8",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "Hail to the Thief. (The Gloaming.)",
    "release_id": "032585a4-4b5c-383a-8e8a-62449126dcfc",
    "release_group_id": "5c14fd50-a2f1-3672-9537-b0dad91bea2f",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2003-06-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was inspired by the jazz musician Charles Mingus.:  https://www.youtube.com/watch?v=CVf_HGoY-1E.\n\nhttps://radiohead.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}