Information about plays

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

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

{
    "id": 3551321,
    "uri": "https://api.kexp.org/v2/plays/3551321/?format=api",
    "airdate": "2025-09-10T14:08:03-07:00",
    "show": 64526,
    "show_uri": "https://api.kexp.org/v2/shows/64526/?format=api",
    "image_uri": "https://ia600105.us.archive.org/12/items/mbid-5992a7fd-6ade-3895-827a-a7dfdf6ebb51/mbid-5992a7fd-6ade-3895-827a-a7dfdf6ebb51-26921224002_thumb500.jpg",
    "thumbnail_uri": "https://ia800105.us.archive.org/12/items/mbid-5992a7fd-6ade-3895-827a-a7dfdf6ebb51/mbid-5992a7fd-6ade-3895-827a-a7dfdf6ebb51-26921224002_thumb250.jpg",
    "song": "Building Steam With a Grain of Salt",
    "track_id": "a1d72158-b70e-34ca-b265-c1905f24130b",
    "recording_id": "a07d406f-d430-46a1-b233-6eb457f51f76",
    "artist": "DJ Shadow",
    "artist_ids": [
        "efa2c11a-1a35-4b60-bc1b-66d37de88511"
    ],
    "album": "Endtroducing.....",
    "release_id": "5992a7fd-6ade-3895-827a-a7dfdf6ebb51",
    "release_group_id": "4b2186f5-ff00-3227-ae11-783ba93e1089",
    "labels": [
        "Mo Wax",
        "FFRR"
    ],
    "label_ids": [
        "a9060093-ba38-4894-994d-efb808d2d586",
        "d51690ee-c132-41e3-bbde-bb3a4afd835a"
    ],
    "release_date": "1996-11-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Troy hosted DJ Shadow for an incredible Live on KEXP session in 2024: https://www.youtube.com/watch?v=eK6bdim2Vuc\n--\nHere's a 2012 NPR interview with DJ Shadow (Josh Davis) about sampling as a \"collage of mistakes\": https://www.npr.org/transcripts/165145271",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}