Information about plays

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

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

{
    "id": 3657198,
    "uri": "https://api.kexp.org/v2/plays/3657198/?format=api",
    "airdate": "2026-05-20T10:43:27-07:00",
    "show": 66767,
    "show_uri": "https://api.kexp.org/v2/shows/66767/?format=api",
    "image_uri": "https://ia601507.us.archive.org/5/items/mbid-1e1c7c16-43d1-4db8-9c49-de718aece06d/mbid-1e1c7c16-43d1-4db8-9c49-de718aece06d-16393417761_thumb500.jpg",
    "thumbnail_uri": "https://dn711107.ca.archive.org/0/items/mbid-1e1c7c16-43d1-4db8-9c49-de718aece06d/mbid-1e1c7c16-43d1-4db8-9c49-de718aece06d-16393417761_thumb250.jpg",
    "song": "Jet in Jungle",
    "track_id": "9e716dcc-9e79-48f6-b7bd-05681cb66dbb",
    "recording_id": "9a500087-73eb-4604-8b07-3ddf6de73afa",
    "artist": "Damaged Bug",
    "artist_ids": [
        "a5e7d877-affe-4b75-8203-452f48468205"
    ],
    "album": "Cold Hot Plumbs",
    "release_id": "1e1c7c16-43d1-4db8-9c49-de718aece06d",
    "release_group_id": "9d1a2ad3-9a3a-4b6d-9df0-33730ea3e26f",
    "labels": [
        "Castle Face Records"
    ],
    "label_ids": [
        "0274b1c2-1e89-4adf-a77f-c8341cc7bcee"
    ],
    "release_date": "2015-06-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Los Angeles' Damaged Bug! This song comes off their 2015 album 'Cold Hot Plumbs.'\n\n\"Cold Hot Plumbs visits the alien world that sent it into the cosmos. Lush, textural and psychedelic, the songs breathe with a otherworldly sadness and heart.\" \n\nhttps://damagedbug.bandcamp.com/album/cold-hot-plumbs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}