Information about plays

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

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

{
    "id": 3656823,
    "uri": "https://api.kexp.org/v2/plays/3656823/?format=api",
    "airdate": "2026-05-19T12:27:14-07:00",
    "show": 66759,
    "show_uri": "https://api.kexp.org/v2/shows/66759/?format=api",
    "image_uri": "https://dn710708.ca.archive.org/0/items/mbid-0a556e03-5715-3e98-874d-fb09029e2752/mbid-0a556e03-5715-3e98-874d-fb09029e2752-21275083212_thumb500.jpg",
    "thumbnail_uri": "https://dn710708.ca.archive.org/0/items/mbid-0a556e03-5715-3e98-874d-fb09029e2752/mbid-0a556e03-5715-3e98-874d-fb09029e2752-21275083212_thumb250.jpg",
    "song": "Don't Stop",
    "track_id": "8a197531-8363-3e1f-bb80-69fb858f29aa",
    "recording_id": "7d39d7f3-c1e1-4698-b88c-f73a53de08c2",
    "artist": "The Stone Roses",
    "artist_ids": [
        "b5fa29f1-6c22-4321-a488-b5f363b06b06"
    ],
    "album": "The Stone Roses",
    "release_id": "0a556e03-5715-3e98-874d-fb09029e2752",
    "release_group_id": "88b86fe0-26f5-3949-817a-8082145e704d",
    "labels": [
        "Silvertone Records"
    ],
    "label_ids": [
        "82307007-21d1-48c0-a31f-b89d9b1811de"
    ],
    "release_date": "1989-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is essentially a backwards version the Stone Roses' classic \"Waterfall.\" \n--\n\"Not everything in ‘Don’t Stop’ is retained from the backwards playing of ‘Waterfall’. Reni’s [Wren] drums become awfully muddled in reverse, so he recorded some new percussion overdubs to keep the song driving in the right direction. He and Ian Brown also re-recorded their vocals for the track, with Brown writing some new lyrics based on what some of the garbled reversed words sounded like they were trying to say.\": https://faroutmagazine.co.uk/the-stone-roses-waterfall-reverse-dont-stop/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}