Information about plays

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

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

{
    "id": 3608011,
    "uri": "https://api.kexp.org/v2/plays/3608011/?format=api",
    "airdate": "2026-01-23T10:02:42-08:00",
    "show": 65731,
    "show_uri": "https://api.kexp.org/v2/shows/65731/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Winterlong",
    "track_id": "f8c4fc0c-3078-3c96-bfd1-0c9c73ef5d87",
    "recording_id": "c4ca6498-b990-484f-b6dd-4b137ebd75e7",
    "artist": "Neil Young & Crazy Horse",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf",
        "71f754c0-f2d1-4a54-8d70-cc0ee409ca00"
    ],
    "album": "Live at the Fillmore East",
    "release_id": "7757348b-3c6a-4f45-b6e6-c1888dd3ac86",
    "release_group_id": "78f4492d-bf9d-3c10-b025-f3ed6f7e95bf",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2006-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This rendition of \"Winterlong\" came out on the seven-track live album, Live at the Fillmore East, in 2006. The tracks for the album were recorded on March 6th at 7th, 1970, at the Fillmore East in NYC. \n\nThough the album only includes seven songs, it still runs over forty minutes thanks largely to a version of \"Down by the River\" that lasts over twelve minutes and one of \"Cowboy in the Sand\" running over sixteen minutes!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}