Information about plays

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

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

{
    "id": 350514,
    "uri": "https://api.kexp.org/v2/plays/350514/?format=api",
    "airdate": "2019-07-05T16:25:08-07:00",
    "show": 5836,
    "show_uri": "https://api.kexp.org/v2/shows/5836/?format=api",
    "image_uri": "http://coverartarchive.org/release/77e71a68-3b77-4844-adf8-61072da58212/4475638953-250.jpg",
    "thumbnail_uri": "",
    "song": "Loaded Gun",
    "track_id": "e68cbb3d-375c-4fbd-b02b-f6b4cf53168c",
    "recording_id": null,
    "artist": "Lightning Dust",
    "artist_ids": [
        "175d0f58-5c4e-40e1-8bb8-a150cdcbb7e4"
    ],
    "album": "Fantasy",
    "release_id": "77e71a68-3b77-4844-adf8-61072da58212",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2013-06-25",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From the band's third studio album.  Lightning Dust is Amber Webber and Joshua Wells, both of whom recently left Black Mountain to focus on this, and other, projects.  Spectre is their recently-released fourth studio album; you can read more about it here, and enjoy their newest single, \"Devoted To\": www.stereogum.com/2048572/lightning-dust-devoted-to/premiere/  <br><br> Webber's sister, Ashley, also performs as Ashley Shadow.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}