Information about plays

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

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

{
    "id": 3621540,
    "uri": "https://api.kexp.org/v2/plays/3621540/?format=api",
    "airdate": "2026-02-24T03:24:55-08:00",
    "show": 66016,
    "show_uri": "https://api.kexp.org/v2/shows/66016/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Take Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Nation",
    "artist_ids": [],
    "album": "Inner World / Take Me / Together",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Introducing Nation, a new project from me and one of my best buddies Craggz who some may recognise from the D&B side of things as half of Batter and Craggz & Parallel.\n\nWe started making tunes together about 5 years ago and have managed to amass quite a backlog of tracks. So, finally, here's the first release on limited vinyl and digital. Craggz calls it “future jungle” I just call them “nice tunes”\n\nNation brings together our love for the classic jungle and hardcore tunes that turned both our hears in the early 90s brought up to date with modern techniques.\"\n\nhttps://mrhaste.bandcamp.com/album/nation-001-inner-world-take-me-together",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}