Information about plays

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

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

{
    "id": 356548,
    "uri": "https://api.kexp.org/v2/plays/356548/?format=api",
    "airdate": "2019-07-19T17:26:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Candy Legs",
    "track_id": "343af2ac-e2ff-451d-b633-772e38b1cc7b",
    "recording_id": null,
    "artist": "Spesh",
    "artist_ids": [
        "d005c9c5-128b-48a8-b1ac-1aaedec08cbf"
    ],
    "album": "Famous World",
    "release_id": "ea55da77-0e3e-4d58-a54f-c82fea7e63c0",
    "release_group_id": null,
    "labels": [
        "Killroom Records"
    ],
    "label_ids": [],
    "release_date": "2018-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On the surface, the 10-song Famous World is a high-level homage to the post-punk and slightly gloomy synth rock of the early 1980s. However, the band makes playful use of somewhat free-styled lyrics to keep the mood warm.  <br><br>Acoustically, much of Spesh’s tighter sound is due to the behind-the-decks work of Ben Jenkens, who recorded the album over 10 days at his Killroom Studios last January. Jenkens had approached the band, which is rounded out by drummer Morgan Dixon and bassist Brian Yeager, in December 2017 after seeing them perform, and subsequently signed them to his label, Killroom Records, which he co-founded in 2016 with KEXP’s Troy Nelson.  https://bit.ly/2O7Y4I3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}