Information about plays

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

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

{
    "id": 3553713,
    "uri": "https://api.kexp.org/v2/plays/3553713/?format=api",
    "airdate": "2025-09-16T09:22:19-07:00",
    "show": 64577,
    "show_uri": "https://api.kexp.org/v2/shows/64577/?format=api",
    "image_uri": "https://coverartarchive.org/release/57be3031-d63c-4c31-9be0-1d773a43eee9/33606688526-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/57be3031-d63c-4c31-9be0-1d773a43eee9/33606688526-250.jpg",
    "song": "Psycho Killer",
    "track_id": null,
    "recording_id": "e66ea0ae-72e9-4471-a3ab-964b6c25696b",
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Talking Heads: 77",
    "release_id": null,
    "release_group_id": "d99084ee-de04-3ba1-8203-5f1a7e5355ee",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1977-09-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "48 years ago today, Talking Heads released their \"Talking Heads 77\" album.\n\nAn absolute classic. \n\n“Psycho Killer” was one of the groups first songs and released on the Talking Heads’ 1977 debut, Talking Heads: 77.\n\nThe French lyrics translate to: \n\"What I did, that night\nWhat she said, that night\nFulfilling my hope\nI launch myself towards glory... OK!\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}