Information about plays

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

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

{
    "id": 352965,
    "uri": "https://api.kexp.org/v2/plays/352965/?format=api",
    "airdate": "2019-07-11T09:33:35-07:00",
    "show": 5880,
    "show_uri": "https://api.kexp.org/v2/shows/5880/?format=api",
    "image_uri": "http://coverartarchive.org/release/d42d782b-911d-491a-bbc3-4cf8af1874ab/17680885978-250.jpg",
    "thumbnail_uri": "",
    "song": "Heroes",
    "track_id": "f294a17a-42cd-4ac7-8e5f-11042187faec",
    "recording_id": null,
    "artist": "Motörhead",
    "artist_ids": [
        "57961a97-3796-4bf7-9f02-a985a8979ae9"
    ],
    "album": "Under Cöver",
    "release_id": "d42d782b-911d-491a-bbc3-4cf8af1874ab",
    "release_group_id": null,
    "labels": [
        "Silver Lining Music"
    ],
    "label_ids": [
        "4bb2b780-d855-4b3d-abf1-c713cd183908"
    ],
    "release_date": "2017-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This David Bowie cover would be one of the last songs Motorhead would do together before frontman Lemmy Kilmister's death in December 2015",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}