Information about plays

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

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

{
    "id": 3556353,
    "uri": "https://api.kexp.org/v2/plays/3556353/?format=api",
    "airdate": "2025-09-22T14:05:22-07:00",
    "show": 64634,
    "show_uri": "https://api.kexp.org/v2/shows/64634/?format=api",
    "image_uri": "https://ia801304.us.archive.org/10/items/mbid-ac08220a-ca91-3c93-b31b-b231270773af/mbid-ac08220a-ca91-3c93-b31b-b231270773af-11622727078_thumb500.jpg",
    "thumbnail_uri": "https://ia601304.us.archive.org/10/items/mbid-ac08220a-ca91-3c93-b31b-b231270773af/mbid-ac08220a-ca91-3c93-b31b-b231270773af-11622727078_thumb250.jpg",
    "song": "The Flower Called Nowhere",
    "track_id": "0b28b494-3f56-3bbc-90cf-f05bef9c1098",
    "recording_id": "590287ff-2af9-4ddf-aff5-1a71b4480f15",
    "artist": "Stereolab",
    "artist_ids": [
        "f1df0431-9250-4ec8-95d8-f19ce7cf7fb6"
    ],
    "album": "Dots and Loops",
    "release_id": "ac08220a-ca91-3c93-b31b-b231270773af",
    "release_group_id": "dcc1e5d0-c35f-3e4a-b0d2-b53b23eb906f",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1997-09-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Flower Called Nowhere\" contains a sample of 1967's \"Herbert's Song\" by Krzysztof Komeda.  It's been sampled at least 8 times, including by Madlib for 2014's Ra Ash.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}