Information about plays

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

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

{
    "id": 3588090,
    "uri": "https://api.kexp.org/v2/plays/3588090/?format=api",
    "airdate": "2025-12-07T14:11:35-08:00",
    "show": 65314,
    "show_uri": "https://api.kexp.org/v2/shows/65314/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Wanted a Hit",
    "track_id": "b193d13a-41e1-44b2-9478-34073c70e316",
    "recording_id": "66318af5-5e47-4c93-b7d4-f8046ff7aaab",
    "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": "Happy birthday to Portlander and LCD Soundsystem member Nancy Whang, who turns 48 today.\n\nThe longest song on \"This Is Happening\" and \"Electric Lady Sessions\" at almost eight minutes, this is a riposte to anyone expecting LCD leader James Murphy to come up with a radio friendly, three minute pop song. \"So you wanted a hit, well maybe we don't do hits,\" he sings. \"I've tried and I've tried. It ends up feeling kind of wrong.\": \n\nThis song was co-written by Hot Chip and sometimes LCD guitarist, Al Doyle.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}