Information about plays

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

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

{
    "id": 3639367,
    "uri": "https://api.kexp.org/v2/plays/3639367/?format=api",
    "airdate": "2026-04-08T07:06:51-07:00",
    "show": 66398,
    "show_uri": "https://api.kexp.org/v2/shows/66398/?format=api",
    "image_uri": "https://dn721803.ca.archive.org/0/items/mbid-1123137a-295d-4c19-9dad-76ea01bc656a/mbid-1123137a-295d-4c19-9dad-76ea01bc656a-28314714742_thumb500.jpg",
    "thumbnail_uri": "",
    "song": "Dirty Boots",
    "track_id": "b0cf3e16-9a56-36a4-a219-cff226c5391e",
    "recording_id": "3f83648c-6647-4b36-baba-069f28359b7a",
    "artist": "Sonic Youth",
    "artist_ids": [
        "5cbef01b-cc35-4f52-af7b-d0df0c4f61b9"
    ],
    "album": "Goo",
    "release_id": "1123137a-295d-4c19-9dad-76ea01bc656a",
    "release_group_id": "8114542a-d659-3b5f-a11f-cf86ed7fa84d",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2005-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Goo' is the sixth studio album from NYC's Sonic Youth.\n\n\"As they redefined what noise meant within rock & roll -- and what success meant for a band with experimental roots -- Sonic Youth became one of the most influential, and popular, acts to emerge from the American underground.\" --Allmusic (https://tinyurl.com/2whww5ta)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}