Information about plays

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

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

{
    "id": 3422124,
    "uri": "https://api.kexp.org/v2/plays/3422124/?format=api",
    "airdate": "2024-11-06T14:28:18-08:00",
    "show": 61780,
    "show_uri": "https://api.kexp.org/v2/shows/61780/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Am a Patriot",
    "track_id": null,
    "recording_id": "3eba3989-181a-4181-be6f-251712b9b813",
    "artist": "Jackson Browne",
    "artist_ids": [
        "88527d26-7496-47c5-8358-ebdb1868a90f"
    ],
    "album": "World In Motion",
    "release_id": null,
    "release_group_id": "a8715b47-205c-39ad-8b14-906f563d1d38",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1989-06-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When Steven Van Zan Zandt wrote ‘I Am a Patriot’ back in 1984 he was disturbed by the growing sentiment in Reagan’s America that the only way one can be a patriot was by being a flag waving, gun loving, religious zealot.\n\nHe said, \"It was one of the most difficult songs I’ve ever written, because I knew my political stuff was gonna be very critical of the American government, and I wanted to make it clear that I was being critical from a patriotic point of view: (I’m) very proud of the ideals that our founding fathers had in mind when I created the country, but the fact is (the US is) still very much a work in progress, and very often goes off the rails. In those instances, it’s up to the true patriots to say, wait a minute, the government isn’t always right, we need to be vigilant about keeping our ideals intact. So, I knew it was the most important song I was ever gonna write, and I stared at that title for at least a year – I just couldn’t work I just couldn’t figure out how to make it work, but finally I did.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}