Information about plays

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

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

{
    "id": 3548797,
    "uri": "https://api.kexp.org/v2/plays/3548797/?format=api",
    "airdate": "2025-09-04T10:37:08-07:00",
    "show": 64471,
    "show_uri": "https://api.kexp.org/v2/shows/64471/?format=api",
    "image_uri": "https://ia904509.us.archive.org/28/items/mbid-7c150803-65e1-46be-ae1d-5ec1b27bc3ca/mbid-7c150803-65e1-46be-ae1d-5ec1b27bc3ca-40891008669_thumb500.jpg",
    "thumbnail_uri": "https://ia904509.us.archive.org/28/items/mbid-7c150803-65e1-46be-ae1d-5ec1b27bc3ca/mbid-7c150803-65e1-46be-ae1d-5ec1b27bc3ca-40891008669_thumb250.jpg",
    "song": "Sugar Mountain",
    "track_id": "ee7fcb3a-9494-370b-9104-624b17b430b7",
    "recording_id": "760b06c0-415a-423c-af13-6ab7c1e9708c",
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "Decade",
    "release_id": "7c150803-65e1-46be-ae1d-5ec1b27bc3ca",
    "release_group_id": "5d78e3ef-6742-3ee2-b003-9dbabc14a9d1",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Neil Young is playing TONIGHT (not tomorrow as previously scheduled!) in Woodinville at Chateau Ste. Michelle Winery. He'll also be near San Francisco at Shoreline Amphitheatre next Friday, September 12th.\n\nhttps://neilyoungarchives.com/news/1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}