Information about plays

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

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

{
    "id": 3544685,
    "uri": "https://api.kexp.org/v2/plays/3544685/?format=api",
    "airdate": "2025-08-25T15:29:03-07:00",
    "show": 64386,
    "show_uri": "https://api.kexp.org/v2/shows/64386/?format=api",
    "image_uri": "https://dn721208.ca.archive.org/0/items/mbid-bfe06632-b6b0-4053-a504-249fb7ee81fd/mbid-bfe06632-b6b0-4053-a504-249fb7ee81fd-42270194664_thumb500.jpg",
    "thumbnail_uri": "https://dn721208.ca.archive.org/0/items/mbid-bfe06632-b6b0-4053-a504-249fb7ee81fd/mbid-bfe06632-b6b0-4053-a504-249fb7ee81fd-42270194664_thumb250.jpg",
    "song": "Kiss You Back",
    "track_id": "600bbce7-d601-3d5a-ae73-19f3d0309824",
    "recording_id": "8c3c1b06-cefb-48a5-bb5c-aaa97b47ec76",
    "artist": "Digital Underground",
    "artist_ids": [
        "ff6cb06c-a6e5-4ab9-a5ce-fa2095be45b9"
    ],
    "album": "Playwutchyalike: The Best of Digital Underground",
    "release_id": "bfe06632-b6b0-4053-a504-249fb7ee81fd",
    "release_group_id": "ebd27575-2184-31ed-92ae-f5fcecb72f81",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2006-01-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP the great Gregory Jacobs AKA Shock G (AKA Humpty Hump) of Digital Underground, born on this day in 1963!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}