Information about plays

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

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

{
    "id": 3657120,
    "uri": "https://api.kexp.org/v2/plays/3657120/?format=api",
    "airdate": "2026-05-20T06:11:29-07:00",
    "show": 66765,
    "show_uri": "https://api.kexp.org/v2/shows/66765/?format=api",
    "image_uri": "https://dn710609.ca.archive.org/0/items/mbid-efd632f9-821d-4c76-a987-60fa48c5a023/mbid-efd632f9-821d-4c76-a987-60fa48c5a023-18236698803_thumb500.jpg",
    "thumbnail_uri": "https://dn710609.ca.archive.org/0/items/mbid-efd632f9-821d-4c76-a987-60fa48c5a023/mbid-efd632f9-821d-4c76-a987-60fa48c5a023-18236698803_thumb250.jpg",
    "song": "Honey Bucket",
    "track_id": "75f63a33-a998-384e-8ed6-bba021e6d49d",
    "recording_id": "1f3f5772-82e3-4359-aec7-556eb79ecf13",
    "artist": "Melvins",
    "artist_ids": [
        "9ccfbc94-a4f4-42f7-b6f5-d903ab77cccb"
    ],
    "album": "Houdini Live 2005: A Live History of Gluttony and Lust",
    "release_id": "efd632f9-821d-4c76-a987-60fa48c5a023",
    "release_group_id": "e0db8098-5bae-3ab3-8c5e-bbb3b604000c",
    "labels": [
        "Ipecac Recordings"
    ],
    "label_ids": [
        "1ead555f-78d5-4d8a-aab5-d69f4013a0ac"
    ],
    "release_date": "2006-05-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Third single from their fifth album Houdini.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}