Information about plays

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

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

{
    "id": 3621880,
    "uri": "https://api.kexp.org/v2/plays/3621880/?format=api",
    "airdate": "2026-02-24T23:11:31-08:00",
    "show": 66023,
    "show_uri": "https://api.kexp.org/v2/shows/66023/?format=api",
    "image_uri": "https://coverartarchive.org/release/c288339f-2f36-35fc-a9ab-9e5166845ef5/6108881661-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c288339f-2f36-35fc-a9ab-9e5166845ef5/6108881661-250.jpg",
    "song": "Naked Eye",
    "track_id": null,
    "recording_id": "c721547c-1a4d-4fa0-97ba-c9d653c57ee1",
    "artist": "Luscious Jackson",
    "artist_ids": [
        "8be5d1de-e925-4e9f-b410-6d702cd8dcaa"
    ],
    "album": "Fever in Fever Out",
    "release_id": null,
    "release_group_id": "6699ee3a-b3da-3f91-88ca-2caad58895da",
    "labels": [],
    "label_ids": [],
    "release_date": "1996-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The original members of the Luscious Jackson are Jill Cunniff (lead vocals, bass), Gabby Glaser (vocals, guitar), and Vivian Trimble (keyboards, vocals). The band's name is a reference to former American basketball player Lucious Jackson.\n\nCheck out the music video:\nhttps://www.youtube.com/watch?v=0NhqN0KcWAE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}