Information about plays

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

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

{
    "id": 356117,
    "uri": "https://api.kexp.org/v2/plays/356117/?format=api",
    "airdate": "2019-07-18T17:23:30-07:00",
    "show": 5933,
    "show_uri": "https://api.kexp.org/v2/shows/5933/?format=api",
    "image_uri": "http://coverartarchive.org/release/2c01fc2c-731d-4315-a5f3-83014c959f5b/23016497135-250.jpg",
    "thumbnail_uri": "",
    "song": "End of World Party",
    "track_id": "f2911ad5-876b-45b6-8d9c-52d3a962458f",
    "recording_id": null,
    "artist": "HÆLOS",
    "artist_ids": [
        "74ca2f03-18e4-4ec1-9537-3cfefbcfd4ec"
    ],
    "album": "Any Random Kindness",
    "release_id": "2c01fc2c-731d-4315-a5f3-83014c959f5b",
    "release_group_id": null,
    "labels": [
        "Infectious Records"
    ],
    "label_ids": [
        "08a5852e-6847-4a14-9de7-595169ba6771"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Haelos are a British trip hop band from London.After signing to Matador Records in 2015, they released the \"Earth Not Above\" EP, which was followed in early 2016 with a full-length entitled \"Full Circle\". \"Full Circle\" reached number 5 on the US Billboard electronic charts and number 20 on the Heatseekers chart. Their music has been described as \"dark euphoria\". Their sophomore album \"Any Random Kindness\" was released on May 10th. <br/><br/>Check out heir KEXP in studio performance here: <br/> https://www.youtube.com/watch?v=ICvmi3qZDTk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}