Information about plays

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

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

{
    "id": 3565809,
    "uri": "https://api.kexp.org/v2/plays/3565809/?format=api",
    "airdate": "2025-10-16T09:46:06-07:00",
    "show": 64848,
    "show_uri": "https://api.kexp.org/v2/shows/64848/?format=api",
    "image_uri": "https://ia801405.us.archive.org/29/items/mbid-0239d797-11ca-3d4d-b838-8a70a984f632/mbid-0239d797-11ca-3d4d-b838-8a70a984f632-3490368220_thumb500.jpg",
    "thumbnail_uri": "https://ia801405.us.archive.org/29/items/mbid-0239d797-11ca-3d4d-b838-8a70a984f632/mbid-0239d797-11ca-3d4d-b838-8a70a984f632-3490368220_thumb250.jpg",
    "song": "Then She Did…",
    "track_id": "7211ccef-a644-341e-a5ce-e84b191a5a62",
    "recording_id": "f85efb36-74b2-4ade-9ee6-39ecd89714a0",
    "artist": "Jane’s Addiction",
    "artist_ids": [
        "e3434cc7-d348-491a-9dc8-325af3d9086d"
    ],
    "album": "Ritual de lo habitual",
    "release_id": "0239d797-11ca-3d4d-b838-8a70a984f632",
    "release_group_id": "baeba3f5-a5aa-3e6e-944f-cca5374192e4",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Then She Did… is a Jane’s Addiction song written in 1987, shortly after the death of Xiola Blue. According to drummer Stephen Perkins, the song was originally titled Then She Died. It is a song about Perry Farrell’s mother’s suicide and the accidental overdose of his friend and former lover Xiola Blue. In the final verse of the song, Perry is asking Xiola to visit his mother in heaven. Here are the lyrics: https://janesaddiction.org/songs/janes-addiction/then-she-did/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}