Information about plays

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

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

{
    "id": 3601010,
    "uri": "https://api.kexp.org/v2/plays/3601010/?format=api",
    "airdate": "2026-01-06T12:55:46-08:00",
    "show": 65579,
    "show_uri": "https://api.kexp.org/v2/shows/65579/?format=api",
    "image_uri": "https://ia601606.us.archive.org/31/items/mbid-cf29c470-dd3e-31b0-8aa9-1ac4d3a95690/mbid-cf29c470-dd3e-31b0-8aa9-1ac4d3a95690-10123963930_thumb500.jpg",
    "thumbnail_uri": "https://ia801606.us.archive.org/31/items/mbid-cf29c470-dd3e-31b0-8aa9-1ac4d3a95690/mbid-cf29c470-dd3e-31b0-8aa9-1ac4d3a95690-10123963930_thumb250.jpg",
    "song": "Superstition",
    "track_id": "e6a03658-e6ec-3076-88d1-7285429bcf08",
    "recording_id": "1d9a8f3b-e7b7-44b0-a004-04bc62f9755b",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Talking Book",
    "release_id": "cf29c470-dd3e-31b0-8aa9-1ac4d3a95690",
    "release_group_id": "58c6d809-bfa7-3b25-acf3-a99d53402b08",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2000-03-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "No, Stevie Wonder did not play ALL the instruments on this song. He played the synthesizer, drums, clavinet, and Moog bass, and sang the vocals (!). However, the horns were played by Trevor Lawrence and Steve Madaio.\n--\nWant to know more about the clavinet?: https://reverb.com/news/history-of-the-clavinet",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}