Information about plays

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

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

{
    "id": 3639861,
    "uri": "https://api.kexp.org/v2/plays/3639861/?format=api",
    "airdate": "2026-04-09T11:53:31-07:00",
    "show": 66407,
    "show_uri": "https://api.kexp.org/v2/shows/66407/?format=api",
    "image_uri": "https://coverartarchive.org/release/e3a0afcc-79fa-44da-ab29-0da9973eac24/1673790310-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e3a0afcc-79fa-44da-ab29-0da9973eac24/1673790310-250.jpg",
    "song": "Sir Duke",
    "track_id": null,
    "recording_id": "05b6bdda-3219-4756-af17-d0d9cdcdb104",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Songs in the Key of Life",
    "release_id": null,
    "release_group_id": "ea88b09b-fd34-33cf-a3e5-25a3a2fb4c6f",
    "labels": [
        "Universal Music Group"
    ],
    "label_ids": [
        "19d052fa-570a-4b17-9a3d-8f2f029b7b57"
    ],
    "release_date": "1976-09-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song was written in tribute to Duke Ellington, the influential jazz legend who died in 1974. The lyrics also refer to Count Basie, Glenn Miller, Louis Armstrong and Ella Fitzgerald.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}