Information about plays

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

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

{
    "id": 3644064,
    "uri": "https://api.kexp.org/v2/plays/3644064/?format=api",
    "airdate": "2026-04-19T08:54:07-07:00",
    "show": 66494,
    "show_uri": "https://api.kexp.org/v2/shows/66494/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wilder",
    "track_id": null,
    "recording_id": null,
    "artist": "Hot Palms",
    "artist_ids": [],
    "album": "Muss Blues: Songs & Instrumentals, 2012-14",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Why Don't You Believe Me?"
    ],
    "label_ids": [],
    "release_date": "2026-03-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off a newly unveiled 18-track compilation collecting EPs, singles and previously unreleased material dating between 2012 and 2014 from the always-changing Australian band Hot Palms led by guitarist Alec Marshall of Blue Divers ~ https://whydontyoubelieveme.bandcamp.com/album/muss-blues-songs-instrumentals-2012-14",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}