Information about plays

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

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

{
    "id": 356494,
    "uri": "https://api.kexp.org/v2/plays/356494/?format=api",
    "airdate": "2019-07-19T14:37:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Whisper to a Scream (Birds Fly) (single version)",
    "track_id": "6fa2a6bb-4546-4130-a4c3-f4570f05e794",
    "recording_id": null,
    "artist": "The Icicle Works",
    "artist_ids": [
        "03143cba-d359-4bd9-8ab3-5ba6590f9933"
    ],
    "album": "Whisper to a Scream (Birds Fly)",
    "release_id": "b1519dda-997f-4b03-b4ed-e098ad677f37",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was released in 1983 as the first single from the band's 1984 debut eponymous album, and was written by Ian McNabb, the band's lead singer, and produced by Hugh Jones.  The group's U.S. label Arista Records refused to release the record unless some changes were made. The track was remixed slightly in order to remove a brief spoken-word overdub on the opening bars of music. (The woman performing this intro was identified only as \"Mariella\" on the original Situation Two single sleeve.) Also the song title was reversed, becoming \"Whisper to a Scream (Birds Fly)\". Finally, Arista shortened the band's name to Icicle Works. With changes, the song reached #37 on the U.S. Billboard Hot 100 chart and #34 on Cashbox's singles chart in the summer of 1984.  https://bit.ly/2GjPHCY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}