Information about plays

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

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

{
    "id": 3620961,
    "uri": "https://api.kexp.org/v2/plays/3620961/?format=api",
    "airdate": "2026-02-22T19:06:04-08:00",
    "show": 66004,
    "show_uri": "https://api.kexp.org/v2/shows/66004/?format=api",
    "image_uri": "https://coverartarchive.org/release/99ffdaf4-f295-4393-a654-4e5e584ca2d6/9667800521-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/99ffdaf4-f295-4393-a654-4e5e584ca2d6/9667800521-250.jpg",
    "song": "Sunshower",
    "track_id": null,
    "recording_id": "d07de2f0-e2a6-4fa1-8493-69b74c17a0de",
    "artist": "Dr. Buzzard’s Original Savannah Band",
    "artist_ids": [
        "3fb11c9d-aafe-4af7-b03f-2324d012fac1"
    ],
    "album": "Dr. Buzzard’s Original Savannah Band",
    "release_id": null,
    "release_group_id": "4b953e86-d2ec-3ff4-ac5f-2a5d234e4093",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Their 1976 song, \"Sunshower\", has been sampled by extensively: by artists including A Tribe Called Quest, M.I.A., Ghostface Killah, De La Soul, and Doug E. Fresh; remixed by Japanese recording artist, Fantastic Plastic Machine and by Korean musical group The Green Tea; and featured in the 1991 film, 'Boyz n the Hood'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}