Information about plays

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

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

{
    "id": 3633130,
    "uri": "https://api.kexp.org/v2/plays/3633130/?format=api",
    "airdate": "2026-03-24T13:29:12-07:00",
    "show": 66269,
    "show_uri": "https://api.kexp.org/v2/shows/66269/?format=api",
    "image_uri": "https://coverartarchive.org/release/36063b09-c9a8-49dd-bfbb-a67cf9ab6eb9/17327976821-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/36063b09-c9a8-49dd-bfbb-a67cf9ab6eb9/17327976821-250.jpg",
    "song": "Never Dreamed You’d Leave in Summer",
    "track_id": null,
    "recording_id": "41f03391-63eb-4656-99e3-d4e2688d82bd",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Where I’m Coming From",
    "release_id": null,
    "release_group_id": "dac1eba4-b1c1-3dc1-9077-1ee3170ff577",
    "labels": [
        "Tamla"
    ],
    "label_ids": [
        "7f87e14e-eb85-4a7e-957a-77465f869cb5"
    ],
    "release_date": "1971-04-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lauryn Hill interpolated and famously covered Stevie Wonder’s \"Never Dreamed You'd Leave in Summer\" on \"Retrospect for Life\". Lauryn Hill's soulful vocals embody the hook of this song, which was used to heighten the emotional impact of the track’s subject matter regarding abortion and birth.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}