Information about plays

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

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

{
    "id": 3544662,
    "uri": "https://api.kexp.org/v2/plays/3544662/?format=api",
    "airdate": "2025-08-25T14:11:43-07:00",
    "show": 64386,
    "show_uri": "https://api.kexp.org/v2/shows/64386/?format=api",
    "image_uri": "https://ia600609.us.archive.org/9/items/mbid-9ce67ed8-8d47-4fc8-a341-ca5a108914fd/mbid-9ce67ed8-8d47-4fc8-a341-ca5a108914fd-4508097202_thumb500.jpg",
    "thumbnail_uri": "https://ia800609.us.archive.org/9/items/mbid-9ce67ed8-8d47-4fc8-a341-ca5a108914fd/mbid-9ce67ed8-8d47-4fc8-a341-ca5a108914fd-4508097202_thumb250.jpg",
    "song": "Le pain perdu",
    "track_id": "3d9499c1-a69a-3ce4-9450-84e1f3b703ed",
    "recording_id": "04ae3632-97f6-4509-85bf-0e6dfe053a10",
    "artist": "Cibo Matto",
    "artist_ids": [
        "dc4968ba-1fe0-43b9-bba0-81c09acd6326"
    ],
    "album": "Viva! La Woman",
    "release_id": "9ce67ed8-8d47-4fc8-a341-ca5a108914fd",
    "release_group_id": "19866bdd-fcdc-34dd-9031-64e50dc482a9",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1996-01-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Douglas!\n\nAmerican alternative rock band formed by Yuka Honda and Miho Hatori. See Cibo Matto (Italian for \"crazy food\") perform live on KEXP here: https://www.youtube.com/watch?v=9_TbZa0e-Dk.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}