Information about plays

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

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

{
    "id": 3583697,
    "uri": "https://api.kexp.org/v2/plays/3583697/?format=api",
    "airdate": "2025-11-27T14:55:14-08:00",
    "show": 65224,
    "show_uri": "https://api.kexp.org/v2/shows/65224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Violet",
    "track_id": null,
    "recording_id": "2c88a3bc-9d4b-4333-8a32-9833a2f9e9cb",
    "artist": "Hole",
    "artist_ids": [
        "1dcc8968-f2cd-441c-beda-6270f70f2863"
    ],
    "album": "Live Through This",
    "release_id": null,
    "release_group_id": "fe676d05-f97c-303a-890b-da53c69e5d42",
    "labels": [],
    "label_ids": [],
    "release_date": "1994-04-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"This is a song about a jerk. I hexed him, now he's losing his hair.\" That's how Hole frontwoman Courtney Love introduced \"Violet\" when Hole played it on Later... with Jools Holland in 1995. This is a pretty clear indication that the song is about Billy Corgan of Smashing Pumpkins, whom Love dated in 1991 before taking up with Kurt Cobain. \n--\nWatch Hole perform \"Violet\" live on Jools Holland in 1995: https://www.facebook.com/rock512mx/videos/hole-violet-live-on-later-with-jools-holland-1995/216612150312602/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}