Information about plays

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

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

{
    "id": 3523475,
    "uri": "https://api.kexp.org/v2/plays/3523475/?format=api",
    "airdate": "2025-07-06T13:34:02-07:00",
    "show": 63938,
    "show_uri": "https://api.kexp.org/v2/shows/63938/?format=api",
    "image_uri": "https://ia801604.us.archive.org/19/items/mbid-a3768611-93fe-4acc-8509-02a5c15d97cf/mbid-a3768611-93fe-4acc-8509-02a5c15d97cf-1673774767_thumb500.jpg",
    "thumbnail_uri": "https://ia801604.us.archive.org/19/items/mbid-a3768611-93fe-4acc-8509-02a5c15d97cf/mbid-a3768611-93fe-4acc-8509-02a5c15d97cf-1673774767_thumb250.jpg",
    "song": "Master Blaster (Jammin')",
    "track_id": "136cdf20-2ef7-38f9-8c0a-f153d5e355ec",
    "recording_id": "e5bfc7ce-8416-48d8-9b55-c8556287b717",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Hotter Than July",
    "release_id": "a3768611-93fe-4acc-8509-02a5c15d97cf",
    "release_group_id": "6fbde199-c971-3d4f-a8df-ca13a998e3c7",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2000-05-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Peter! \n\nBob and Stevie first met each other in 1975 at the The Wonder Dream concert in Kingston, Jamaica. The concert was held to support the Jamaican Institute for the Blind. What made this show so memorable is it was not only the first time that Bob and Stevie would perform with each other, but it would be the last time that Bob would perform with Peter Tosh and Bunny Wailer of The Wailers.\n\nA friendship that started in 1975 would go on to become the inspiration for Stevie's \"Master Blaster\" five years later. The song is a reference to \"Jammin\" from his Marley's \"Exodus\" album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}