Information about plays

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

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

{
    "id": 3622541,
    "uri": "https://api.kexp.org/v2/plays/3622541/?format=api",
    "airdate": "2026-02-26T11:53:04-08:00",
    "show": 66035,
    "show_uri": "https://api.kexp.org/v2/shows/66035/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Had To Learn",
    "track_id": "0fef7a95-3875-4e2b-ba05-de7d3f9e0ea4",
    "recording_id": "0d78dcab-6d8d-4015-a949-4d90d35353a1",
    "artist": "B. DeVeaux",
    "artist_ids": [
        "19f09f10-caa1-4f53-a962-f825fcf56c01"
    ],
    "album": "I Had To Learn",
    "release_id": "ebd9df5d-362d-4ce7-9e73-0aadd2a7e368",
    "release_group_id": "efb6b8bf-4ebd-4b17-9b9d-2cebbd533c6e",
    "labels": [],
    "label_ids": [],
    "release_date": "2026-01-23",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "B. DeVeaux will be Live on KEXP tomorrow Friday, Feb. 27, at 11 AM as part of our Bay Area broadcast from the Noise Pop Fest! \n\nCheck out KEXP's full lineup at Noise Pop here: https://www.kexp.org/noisepop/\n\nBased in Oakland, B. DeVeaux is a Neo-Soul vocalist and songwriter.  They released their debut album, CHRYSALIS last year.\n\nhttps://deveauxian.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}