Information about plays

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

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

{
    "id": 3630517,
    "uri": "https://api.kexp.org/v2/plays/3630517/?format=api",
    "airdate": "2026-03-18T06:53:07-07:00",
    "show": 66212,
    "show_uri": "https://api.kexp.org/v2/shows/66212/?format=api",
    "image_uri": "https://dn710601.ca.archive.org/0/items/mbid-5ea13c90-461c-46f5-948f-0159ee3aafe5/mbid-5ea13c90-461c-46f5-948f-0159ee3aafe5-17223026719_thumb500.jpg",
    "thumbnail_uri": "https://ia800408.us.archive.org/14/items/mbid-5ea13c90-461c-46f5-948f-0159ee3aafe5/mbid-5ea13c90-461c-46f5-948f-0159ee3aafe5-17223026719_thumb250.jpg",
    "song": "Agony",
    "track_id": "2d263ae0-5040-3344-b42a-0cb8df4a6ca0",
    "recording_id": "bee58486-5ebc-4b20-8834-a1fa05c2826e",
    "artist": "The Muffs",
    "artist_ids": [
        "72186b6a-fe30-4e2a-9c31-852e23ff93af"
    ],
    "album": "Blonder and Blonder",
    "release_id": "5ea13c90-461c-46f5-948f-0159ee3aafe5",
    "release_group_id": "ff14c8db-2d8e-3ba1-970b-ce918bf323ab",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1995-04-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Muffs were an American pop punk band based in Southern California, formed in 1991. Led by singer and guitarist Kim Shattuck, the band released four full-length studio albums in the 1990s, as well as numerous singles including \"Lucky Guy\" and \"Sad Tomorrow\", and a cover version of \"Kids in America\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}