Information about plays

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

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

{
    "id": 3625990,
    "uri": "https://api.kexp.org/v2/plays/3625990/?format=api",
    "airdate": "2026-03-06T11:57:34-08:00",
    "show": 66106,
    "show_uri": "https://api.kexp.org/v2/shows/66106/?format=api",
    "image_uri": "https://dn721603.ca.archive.org/0/items/mbid-a65ddec0-cdc5-4f14-a2ad-1896c9c0d875/mbid-a65ddec0-cdc5-4f14-a2ad-1896c9c0d875-32933100101_thumb500.jpg",
    "thumbnail_uri": "https://dn721603.ca.archive.org/0/items/mbid-a65ddec0-cdc5-4f14-a2ad-1896c9c0d875/mbid-a65ddec0-cdc5-4f14-a2ad-1896c9c0d875-32933100101_thumb250.jpg",
    "song": "Get Innocuous",
    "track_id": "20ec8db5-8b9a-413b-951c-f50eed643929",
    "recording_id": "8085c321-fb29-474a-aac8-c1d1f1a3d937",
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "Electric Lady Sessions",
    "release_id": "a65ddec0-cdc5-4f14-a2ad-1896c9c0d875",
    "release_group_id": "deada5ea-efcf-49df-9370-cd0d9c3d65aa",
    "labels": [
        "DFA Records",
        "Columbia"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025",
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2019-02-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Electric Lady Sessions is LCD Soundsystem’s third live album. It was recorded over a three-day span at Electric Lady Studios in Manhattan, New York, during their American Dream Tour in 2017. The session featured a twelve-song setlist that included covers of songs by Heaven 17, Chic, and the Human League.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}