Information about plays

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

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

{
    "id": 3627444,
    "uri": "https://api.kexp.org/v2/plays/3627444/?format=api",
    "airdate": "2026-03-10T14:36:24-07:00",
    "show": 66145,
    "show_uri": "https://api.kexp.org/v2/shows/66145/?format=api",
    "image_uri": "https://coverartarchive.org/release/b3ef5857-6501-4f45-be08-632967ccd479/36625385914-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b3ef5857-6501-4f45-be08-632967ccd479/36625385914-250.jpg",
    "song": "Jane Says",
    "track_id": null,
    "recording_id": "26349106-50a2-432f-8fe6-1c6eed090a62",
    "artist": "Jane’s Addiction",
    "artist_ids": [
        "e3434cc7-d348-491a-9dc8-325af3d9086d"
    ],
    "album": "Nothing’s Shocking",
    "release_id": null,
    "release_group_id": "97b7e291-8714-3e54-ac24-480be535ee8d",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1988-08-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song is based on a real person named Jane Bainter, who was Perry Farrell's housemate in Los Angeles in the mid-1980s. Jane was struggling with heroin addiction and had a tumultuous relationship with her drug dealer boyfriend, Sergio.\n---\nThe steel drums you hear in the song are only on the \"Nothing's Shocking\" studio version.\nhttps://www.discogs.com/master/32065-Janes-Addiction-Nothings-Shocking?srsltid=AfmBOooHE3EXCfA8NDsiVCW-aqnjxWavqU8dr4IWLH_kwIu-6gj-ViwJ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}