Information about plays

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

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

{
    "id": 350500,
    "uri": "https://api.kexp.org/v2/plays/350500/?format=api",
    "airdate": "2019-07-05T15:33:40-07:00",
    "show": 5836,
    "show_uri": "https://api.kexp.org/v2/shows/5836/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flood Hands",
    "track_id": "582955fb-9f1d-456c-a269-858243f7cf92",
    "recording_id": null,
    "artist": "Vagabon",
    "artist_ids": [
        "4b50ec9e-ea83-4824-8dae-2e520d45e6f9"
    ],
    "album": "All the Women in Me",
    "release_id": "c6441df3-f4d8-44f4-b91c-b50475ba3be2",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2019-09-27",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing the Moore on December 11th, opening for Angel Olsen. <br/><br/>Of this song, Vagabon shares, \"'Flood Hands' is a track I originally produced and arranged for a well-known pop-duo to have on their album. Knowing I was writing this song for musicians I admire, allowed me this relief from my writer’s block. I used this assignment as a chance to flex my production muscles and write something I wouldn't have written as a 'Vagabon' song a couple years ago. The result felt like a triumph for me in my progression as an artist and I just couldn't stand to part with the song by the time I was finished.\"  https://bit.ly/2xvoDMd",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}