Information about plays

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

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

{
    "id": 3572112,
    "uri": "https://api.kexp.org/v2/plays/3572112/?format=api",
    "airdate": "2025-10-31T06:16:54-07:00",
    "show": 64981,
    "show_uri": "https://api.kexp.org/v2/shows/64981/?format=api",
    "image_uri": "https://dn721804.ca.archive.org/0/items/mbid-a0e0a03b-55ac-3c13-b2cd-28ada90a2cf1/mbid-a0e0a03b-55ac-3c13-b2cd-28ada90a2cf1-31950645479_thumb500.jpg",
    "thumbnail_uri": "https://dn721804.ca.archive.org/0/items/mbid-a0e0a03b-55ac-3c13-b2cd-28ada90a2cf1/mbid-a0e0a03b-55ac-3c13-b2cd-28ada90a2cf1-31950645479_thumb250.jpg",
    "song": "Psycho Killer",
    "track_id": "ae0c884c-f1d6-3b62-98b5-b98567bd80b0",
    "recording_id": "e66ea0ae-72e9-4471-a3ab-964b6c25696b",
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Once in a Lifetime",
    "release_id": "a0e0a03b-55ac-3c13-b2cd-28ada90a2cf1",
    "release_group_id": "4115ff42-4d79-3a95-a745-a07e66ff3c42",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2003-11-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Psycho Killer” was one of the groups first songs and released on the Talking Heads’ 1977 debut, Talking Heads: 77. The French lyrics translate to: \"What I did, that night What she said, that night Fulfilling my hope I launch myself towards glory... OK!\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}