Information about plays

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

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

{
    "id": 3572210,
    "uri": "https://api.kexp.org/v2/plays/3572210/?format=api",
    "airdate": "2025-10-31T12:22:39-07:00",
    "show": 64983,
    "show_uri": "https://api.kexp.org/v2/shows/64983/?format=api",
    "image_uri": "https://ia800303.us.archive.org/0/items/mbid-134b4d4b-8ccc-3063-b265-ecdd85464fd3/mbid-134b4d4b-8ccc-3063-b265-ecdd85464fd3-15492257112_thumb500.jpg",
    "thumbnail_uri": "https://ia800303.us.archive.org/0/items/mbid-134b4d4b-8ccc-3063-b265-ecdd85464fd3/mbid-134b4d4b-8ccc-3063-b265-ecdd85464fd3-15492257112_thumb250.jpg",
    "song": "Scary Monsters (and Super Creeps)",
    "track_id": "874d991e-8fa3-3751-a01d-33a63a6be65a",
    "recording_id": "03c8421a-8ed0-41da-b020-c3719810fba4",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Scary Monsters",
    "release_id": "134b4d4b-8ccc-3063-b265-ecdd85464fd3",
    "release_group_id": "bb13cb45-254c-3a61-89a5-15d22a97e6d6",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1999-09-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Scary Monsters… [is known] as a milestone balancing act of artistic ambition and commercial success—one that showcased the return of [Robert] Fripp on guitar, guest turns including Pete Townshend and the last appearance of the 1976-1980 Bowie rhythm section of Alomar, Davis and bassist George Murray.\" \n\nRead more here: https://www.davidbowie.com/about",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}