Information about plays

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

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

{
    "id": 3551715,
    "uri": "https://api.kexp.org/v2/plays/3551715/?format=api",
    "airdate": "2025-09-11T13:23:38-07:00",
    "show": 64534,
    "show_uri": "https://api.kexp.org/v2/shows/64534/?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": "Packet Man",
    "track_id": "2b37791a-5732-365d-9be4-f132d683ed70",
    "recording_id": "d9e82c0e-185c-4544-bafa-c62255bd49ec",
    "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": "\"Packet Man\" directly sampled Fred Wesley & The Horny Horns' \"Four Play.\" \n--\nR.I.P., Gregory Edward Jacobs, known as Shock G, who died in 2021 at age 57: https://www.nytimes.com/2021/04/23/arts/music/shock-g-dead.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}