Information about plays

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

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

{
    "id": 3578759,
    "uri": "https://api.kexp.org/v2/plays/3578759/?format=api",
    "airdate": "2025-11-15T23:50:10-08:00",
    "show": 65122,
    "show_uri": "https://api.kexp.org/v2/shows/65122/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shut Up",
    "track_id": null,
    "recording_id": null,
    "artist": "Reverend Beat-Man & Milan Slick",
    "artist_ids": [],
    "album": "Death Crossed The Street",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Voodoo Rhythm Records"
    ],
    "label_ids": [
        "34f25262-c441-462b-ac43-b2f7974780f2"
    ],
    "release_date": "2025-09-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beat Zeller, better known as Beat-Man or Reverend Beat-Man, is a Swiss musician, DJ and record company owner. He performs as a one-man band, as the leader of psychobilly band The Monsters, and with other bands, in a style described as primitive rock and roll and as \"gospel blues trash\". He is also the founder and head of Voodoo Rhythm Records, a company based in Bern, Switzerland.\n\nhttps://reverendbeat-man.bandcamp.com/music\nhttps://www.facebook.com/reverendbeatmanofficial/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}