Information about plays

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

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

{
    "id": 3561266,
    "uri": "https://api.kexp.org/v2/plays/3561266/?format=api",
    "airdate": "2025-10-04T16:15:47-07:00",
    "show": 64745,
    "show_uri": "https://api.kexp.org/v2/shows/64745/?format=api",
    "image_uri": "https://ia801507.us.archive.org/20/items/mbid-12762a06-5457-4afd-a3b4-a5160a30dccc/mbid-12762a06-5457-4afd-a3b4-a5160a30dccc-22307942306_thumb500.jpg",
    "thumbnail_uri": "https://ia801507.us.archive.org/20/items/mbid-12762a06-5457-4afd-a3b4-a5160a30dccc/mbid-12762a06-5457-4afd-a3b4-a5160a30dccc-22307942306_thumb250.jpg",
    "song": "Gronlandic Edit",
    "track_id": "5bef5425-bf21-3bf0-bafa-88899081a983",
    "recording_id": "49c2f485-bcf2-4e37-aa13-ba7ad0dcde37",
    "artist": "of Montreal",
    "artist_ids": [
        "8475297d-fb78-4630-8d74-9b87b6bb7cc8"
    ],
    "album": "Hissing Fauna, Are You the Destroyer?",
    "release_id": "12762a06-5457-4afd-a3b4-a5160a30dccc",
    "release_group_id": "4eacd95b-675a-3c6b-9d83-5d9360719f37",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2007-01-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#699 of Montreal - Hissing Fauna, Are You the Destroyer?\n\nFounded in Athens GA by front man Kevin Barnes in 1996, named after a failed romance between Barnes and a woman \"of Montreal.\" He describes this album as a concept album including multiple members of the music collective Elephant 6 Recording Company, as well as Georgie Fruit -- Barnes' glam rock alter ego. https://www.ofmontreal.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}