Information about plays

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

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

{
    "id": 350410,
    "uri": "https://api.kexp.org/v2/plays/350410/?format=api",
    "airdate": "2019-07-05T10:27:09-07:00",
    "show": 5835,
    "show_uri": "https://api.kexp.org/v2/shows/5835/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Skyway",
    "track_id": "0cf37825-e2ed-3f13-b96b-5379a94fd4c4",
    "recording_id": null,
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "Pleased to Meet Me",
    "release_id": "5248e69d-7159-357a-87ba-33bd4ddac984",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2008-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Th[is] album's cover art mocks the band's transition from young punks to successful musicians with a major record deal, depicting a handshake between one person clad in a suit, starched white shirt, glitzy watch and diamond ring and the other wearing a ripped workshirt. The self-mocking tone continues on the song, 'I Don't Know', with its chorus, 'One foot in the door/The other one in the gutter.' The color scheme of the cover art was an homage to the 1960 Elvis Presley album G.I. Blues.\" http://bit.ly/1UBcOKy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}