Information about plays

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

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

{
    "id": 369810,
    "uri": "https://api.kexp.org/v2/plays/369810/?format=api",
    "airdate": "2019-08-20T09:09:17-07:00",
    "show": 6165,
    "show_uri": "https://api.kexp.org/v2/shows/6165/?format=api",
    "image_uri": "http://coverartarchive.org/release/f7409815-43d0-3532-9211-2dda3c1e9c04/10163855270-250.jpg",
    "thumbnail_uri": "",
    "song": "Bizarre Love Triangle",
    "track_id": "662bc39b-0b02-3c2e-8be2-8620548eb698",
    "recording_id": null,
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Brotherhood",
    "release_id": "f7409815-43d0-3532-9211-2dda3c1e9c04",
    "release_group_id": null,
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Brotherhood\" saw the band further exploring their mix of post-punk and electronic styles, with the track listing being conceptually divided into \"disco and rock sides\". Stephen Morris stated that the album \"was kind of done in a schizophrenic mood that we were trying to do one side synthesizers and one side guitars\", which he retrospectively stated \"didn't quite work.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}