Information about plays

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

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

{
    "id": 3622532,
    "uri": "https://api.kexp.org/v2/plays/3622532/?format=api",
    "airdate": "2026-02-26T11:10:23-08:00",
    "show": 66035,
    "show_uri": "https://api.kexp.org/v2/shows/66035/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "Endless Shovel",
    "track_id": null,
    "recording_id": null,
    "artist": "Rogue Wave",
    "artist_ids": [],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2026-02-26",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On Friday, March 27th, Sub Pop will digitally release Rogue Wave’s Out of the Shadow (Deluxe Edition) and Descended Like Vultures (20th Anniversary Director’s Cut) on all streaming services. Digital formats for each release include rare and unreleased bonus material from each album’s era.\n \nAdditionally, new colored-vinyl represses of each album (Out of the Shadow on emerald green, Descended Like Vultures on clear pink) with original tracklists are available to preorder now from Sub Pop Mega Mart in North America (https://shorturl.at/6NY5G), Rogue Wave’s official website (http://roguewavemusic.com/) and through your local record store.\nhttps://shorturl.at/d9QBk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}