Information about plays

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

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

{
    "id": 3545528,
    "uri": "https://api.kexp.org/v2/plays/3545528/?format=api",
    "airdate": "2025-08-27T15:10:04-07:00",
    "show": 64402,
    "show_uri": "https://api.kexp.org/v2/shows/64402/?format=api",
    "image_uri": "https://ia600506.us.archive.org/15/items/mbid-07547303-ec7d-48ff-a0b2-f395092e46e0/mbid-07547303-ec7d-48ff-a0b2-f395092e46e0-9934969878_thumb500.jpg",
    "thumbnail_uri": "https://ia600506.us.archive.org/15/items/mbid-07547303-ec7d-48ff-a0b2-f395092e46e0/mbid-07547303-ec7d-48ff-a0b2-f395092e46e0-9934969878_thumb250.jpg",
    "song": "Alice's House",
    "track_id": "881e27be-86ba-3976-b857-da06d4a7ec86",
    "recording_id": "a888bbbb-5317-4bee-8f86-133d795792f8",
    "artist": "The Psychedelic Furs",
    "artist_ids": [
        "9f930ddf-be2f-4de5-a39f-7ae47305752e"
    ],
    "album": "Mirror Moves",
    "release_id": "07547303-ec7d-48ff-a0b2-f395092e46e0",
    "release_group_id": "e58d0c80-af55-3bae-bde5-72ea9b3349d1",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Dianna in Asheville, NC...\n--\nOriginally demoed at guitarist John Ashton's house, by Ashton, Richard Butler, and a drum machine, this intriguing song about life in a mental asylum was originally written for the Psychedelic Furs' third album, Forever Now. An excellent version was recorded at those sessions, with Todd Rundgren producing; though it was omitted from the final album, it has since surfaced as a bonus track on the 2002 remaster. The song was re-recorded for the group's next LP, Mirror Moves.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}