Information about plays

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

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

{
    "id": 354599,
    "uri": "https://api.kexp.org/v2/plays/354599/?format=api",
    "airdate": "2019-07-15T07:48:52-07:00",
    "show": 5912,
    "show_uri": "https://api.kexp.org/v2/shows/5912/?format=api",
    "image_uri": "http://coverartarchive.org/release/2a73b5f2-f680-4c3b-902f-7e395dece103/11436695641-250.jpg",
    "thumbnail_uri": "",
    "song": "When the Levee Breaks",
    "track_id": "c2265552-6f89-48f2-9ce4-792d370051f4",
    "recording_id": null,
    "artist": "Led Zeppelin",
    "artist_ids": [
        "678d88b2-87b0-403b-b63d-5da7465aecc3"
    ],
    "album": "[Led Zeppelin IV]",
    "release_id": "2a73b5f2-f680-4c3b-902f-7e395dece103",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jon in Ballard said that he finished his last run of this weekend's Ragnar Relay, running down \"the steepest of hills\" to this song. The lyrics to this song (written by Memphis Minnie in 1927) are based on The Great Mississippi Flood of 1927. African-American plantation workers were forced to work on the levee at gunpoint, piling sandbags to save the neighboring towns.  After the levee breached, blacks were not allowed to leave the area, and were forced to work in the relief and cleanup effort, living in camps with limited access to the supplies which were coming in. Many left at the first chance since there was no work in the Delta after the destruction of all of the plantations.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}