Information about plays

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

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

{
    "id": 3549100,
    "uri": "https://api.kexp.org/v2/plays/3549100/?format=api",
    "airdate": "2025-09-05T05:00:54-07:00",
    "show": 64478,
    "show_uri": "https://api.kexp.org/v2/shows/64478/?format=api",
    "image_uri": "https://ia600708.us.archive.org/0/items/mbid-59b5a40b-e2fd-3f18-a218-e8c9aae12ab5/mbid-59b5a40b-e2fd-3f18-a218-e8c9aae12ab5-5270052042_thumb500.jpg",
    "thumbnail_uri": "https://ia800708.us.archive.org/0/items/mbid-59b5a40b-e2fd-3f18-a218-e8c9aae12ab5/mbid-59b5a40b-e2fd-3f18-a218-e8c9aae12ab5-5270052042_thumb250.jpg",
    "song": "The Unforgettable Fire",
    "track_id": "54cb311f-b6c7-3993-809f-cbf2b4b2fd45",
    "recording_id": "33ccb1be-f0e1-4497-8982-28bfe870f707",
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "The Best of 1980–1990",
    "release_id": "59b5a40b-e2fd-3f18-a218-e8c9aae12ab5",
    "release_group_id": "6c301dbd-6ccb-3403-a6c4-6a22240a0297",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1998-11-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song \"Unforgettable Fire\" was inspired by an exhibit of the same name the band saw at the Chicago Peace Museum while on tour in 1983. The exhibit featured artwork from Japanese victims of the Hiroshima bombing. The Chicago Peace Museum also had a Martin Luther King exhibit, which would inspire U2's song \"Pride (In The Name Of Love).\" \n\nIn the beginning of the song, from :04 to :07 seconds, you can hear Larry Mullen Jr. start to hit his drumsticks early. Immediately after, he mutters out \"S-it.\" Then, at :22 seconds, he starts to drum at the correct time. The small glitch has never been removed from the album nor its inclusions on 'Best of' CDs.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}