Information about plays

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

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

{
    "id": 372560,
    "uri": "https://api.kexp.org/v2/plays/372560/?format=api",
    "airdate": "2019-08-26T13:12:00-07:00",
    "show": 6207,
    "show_uri": "https://api.kexp.org/v2/shows/6207/?format=api",
    "image_uri": "http://coverartarchive.org/release/401b0a2d-a250-4fe0-ae73-53fc4ca4ae68/18173981072-250.jpg",
    "thumbnail_uri": "",
    "song": "Beercan",
    "track_id": "bfc6ff53-a4f9-3d0b-81ac-7125248c62e5",
    "recording_id": null,
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Mellow Gold",
    "release_id": "401b0a2d-a250-4fe0-ae73-53fc4ca4ae68",
    "release_group_id": null,
    "labels": [
        "Bong Load Custom Records"
    ],
    "label_ids": [
        "b41ac8e4-c575-44df-a544-40ad84723ff3"
    ],
    "release_date": "1994-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This playlist is a tribute to Rich's DJ friend, Don, who shared new music under the moniker “DJ Double You. Fishegg Productions”.  Someone wrote about \"Beercan, \"The best part about the lyrics  is its attention to detail and Beck's wonderful way of describing the action. There are not just people at a party drinking, but \"game show suckers\" with shiny teeth and \"freedom rock slimeballs.\" Unique descriptions, but clear references to the type of people of whom he is referring.: http://whiskeyclone.net/ghost/songinfo.php?songID=26",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}