Information about plays

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

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

{
    "id": 3672306,
    "uri": "https://api.kexp.org/v2/plays/3672306/?format=api",
    "airdate": "2026-06-25T07:47:43-07:00",
    "show": 67082,
    "show_uri": "https://api.kexp.org/v2/shows/67082/?format=api",
    "image_uri": "https://dn710808.ca.archive.org/0/items/mbid-c131cfbf-5024-4a50-a27b-366f04d3fcd8/mbid-c131cfbf-5024-4a50-a27b-366f04d3fcd8-1674181130_thumb500.jpg",
    "thumbnail_uri": "https://dn710808.ca.archive.org/0/items/mbid-c131cfbf-5024-4a50-a27b-366f04d3fcd8/mbid-c131cfbf-5024-4a50-a27b-366f04d3fcd8-1674181130_thumb250.jpg",
    "song": "Quiet Dog (Bite Hard)",
    "track_id": "d94afc73-cde9-3f89-a99e-71dadc65f771",
    "recording_id": "e6096e2c-ad24-477a-9f14-a82f890d1c8e",
    "artist": "Mos Def",
    "artist_ids": [
        "9f4551c6-1324-4ac5-b3fe-a5c5cfacd54d"
    ],
    "album": "The Ecstatic",
    "release_id": "c131cfbf-5024-4a50-a27b-366f04d3fcd8",
    "release_group_id": "5e98b9bd-af24-4bc4-bbd9-51dcc2d43f50",
    "labels": [
        "Downtown"
    ],
    "label_ids": [
        "5f42fd65-a55b-400c-bf8e-862db80c7bff"
    ],
    "release_date": "2009-06-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released this month seventeen years ago!\nThis song samples Mikey Dread's \"Saturday Night Style\" and an interview with  Nigerian multi-instrumentalist and pioneer of the Afrobeat music genre, Fela Kuti, PLUS a little of \"Rapper's Delight.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}