Information about plays

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

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

{
    "id": 3559926,
    "uri": "https://api.kexp.org/v2/plays/3559926/?format=api",
    "airdate": "2025-10-01T04:41:17-07:00",
    "show": 64714,
    "show_uri": "https://api.kexp.org/v2/shows/64714/?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://ia600303.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": "With Scary Monsters, Bowie achieved what biographer David Buckley called \"the perfect balance\" of creativity and mainstream success. In 2000 Q magazine ranked Scary Monsters at No. 30 in its list of the 100 Greatest British Albums Ever.\n\nhttps://www.davidbowie.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}