Information about plays

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

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

{
    "id": 374462,
    "uri": "https://api.kexp.org/v2/plays/374462/?format=api",
    "airdate": "2019-08-30T12:34:00-07:00",
    "show": 6230,
    "show_uri": "https://api.kexp.org/v2/shows/6230/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ham and Eggs",
    "track_id": null,
    "recording_id": null,
    "artist": "Lead Belly",
    "artist_ids": [
        "ddcfbdcf-cf8d-4776-8a69-10f39376b5a2"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Jay's mix CD \"Chicken Salad - Premium Quality.\" Says Jay: \"I made this mix in 2014 (I think) after listening to Southern Culture on the Skids’ 'Live at El Sol' album where three separate songs all referenced chickens. At first I thought it would be funny to make a mixed cd of chicken songs, but when I started compiling it I convinced myself that it was no joke—somehow the humble chicken just brings out straight up insanity from musicians, from verbal squawks, to country chicken pickin’, to the funkiest grooves...I don’t know what it means, but this mix has it all and just had to be made (life, love, lust, complete nonsense, existential dread, funk with abandon).  I gave it to my friend Taylor out of the blue, and the unexpectedness of it blew his mind, which was validating, a good mix should be full of surprises. Can I also say I made it for the Chicken Lady (my favorite Kids in the Hall character and inspiration for a lifetime of inside jokes)?\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}