Information about plays

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

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

{
    "id": 381900,
    "uri": "https://api.kexp.org/v2/plays/381900/?format=api",
    "airdate": "2019-09-17T07:48:00-07:00",
    "show": 6358,
    "show_uri": "https://api.kexp.org/v2/shows/6358/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Her Favourite Fruit",
    "track_id": "afb904c6-9605-40e9-9ce3-16e937ce3422",
    "recording_id": null,
    "artist": "Camper Van Beethoven",
    "artist_ids": [
        "0ee7e64d-90ca-406b-b59a-3e551c556dbe"
    ],
    "album": "Key Lime Pie",
    "release_id": "82259c3b-21e3-4c97-a91a-bd073b0ddafe",
    "release_group_id": null,
    "labels": [
        "Omnivore Recordings"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The lyrics do a great job in conveying sexual tension. Certainly the best that reference corn! Can you remember writing them?  \nDavid Lowery: \"My recollection is that the first two lines are loosely paraphrased from the book. But the rest is just something I came up with. It's funny you ask specifically about the \"corn\" line, because I thought a lot about this. It's such an awkward word to sing, but it somehow made everything else that came before it more natural. Also since it's loosely based on the two English characters in the 1940s, they wouldn't actually have said \"corn.\" They would have said \"maize\" or \"Indian Corn.\" But that would have really been too much.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}