Information about plays

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

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

{
    "id": 374406,
    "uri": "https://api.kexp.org/v2/plays/374406/?format=api",
    "airdate": "2019-08-30T08:52:32-07:00",
    "show": 6229,
    "show_uri": "https://api.kexp.org/v2/shows/6229/?format=api",
    "image_uri": "http://coverartarchive.org/release/83ad9477-628f-466d-b6a2-705b2ea8247c/7786739625-250.jpg",
    "thumbnail_uri": "",
    "song": "Get Out of Control",
    "track_id": "f92d7f2e-dca5-3f16-bfd3-fb7a99559e81",
    "recording_id": null,
    "artist": "Daniel Ash",
    "artist_ids": [
        "d4aa1162-78ac-437f-9900-97460e4e2f34"
    ],
    "album": "Foolish Thing Desire",
    "release_id": "83ad9477-628f-466d-b6a2-705b2ea8247c",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet US"
    ],
    "label_ids": [
        "ccf5d394-54b2-4929-bbbd-ac4f788c3952"
    ],
    "release_date": "1992-11-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thanks, Rich, for selecting this Daniel Ash tune. Ash became prominent in the late 1970s as the guitarist for the iconic goth rock band Bauhaus, which spawned two related bands led by Ash: Tones on Tail and Love and Rockets. Several guitarists have listed Ash as an influence, including Dave Navarro of Jane's Addiction], Kim Thayil of Soundgarden and John Frusciante of the Red Hot Chili Peppers.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}