Information about plays

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

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

{
    "id": 3641876,
    "uri": "https://api.kexp.org/v2/plays/3641876/?format=api",
    "airdate": "2026-04-14T06:48:13-07:00",
    "show": 66449,
    "show_uri": "https://api.kexp.org/v2/shows/66449/?format=api",
    "image_uri": "https://dn710902.ca.archive.org/0/items/mbid-5a5d8a71-ef7b-4115-a686-318638aec5c2/mbid-5a5d8a71-ef7b-4115-a686-318638aec5c2-6848655594_thumb500.jpg",
    "thumbnail_uri": "https://dn710902.ca.archive.org/0/items/mbid-5a5d8a71-ef7b-4115-a686-318638aec5c2/mbid-5a5d8a71-ef7b-4115-a686-318638aec5c2-6848655594_thumb250.jpg",
    "song": "Zoloft",
    "track_id": "350cc605-4f18-39ef-bc58-0202d6d57d0e",
    "recording_id": "45bab0cd-04f9-424e-8bea-97a34d8d1643",
    "artist": "Ween",
    "artist_ids": [
        "c0eee88b-47f2-4cd2-ac48-a045e902a432"
    ],
    "album": "Quebec",
    "release_id": "5a5d8a71-ef7b-4115-a686-318638aec5c2",
    "release_group_id": "d51d3947-55f5-3672-8d30-23755dda3cdf",
    "labels": [
        "Sanctuary Records"
    ],
    "label_ids": [
        "0b188c03-0909-4d18-b8b6-4eb93ca1471c"
    ],
    "release_date": "2003-08-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Zoloft\" is a standout track from Ween's 2003 album, Quebec. It is a quintessential example of their \"brown\" sound—a term the band uses to describe music that is slightly off-kilter, muddy, and subversively charming.\n\nhttps://ween.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}