Information about plays

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

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

{
    "id": 354572,
    "uri": "https://api.kexp.org/v2/plays/354572/?format=api",
    "airdate": "2019-07-15T06:25:21-07:00",
    "show": 5912,
    "show_uri": "https://api.kexp.org/v2/shows/5912/?format=api",
    "image_uri": "http://coverartarchive.org/release/e3f529fa-7e15-4275-8152-30449d9ee586/23292262186-250.jpg",
    "thumbnail_uri": "",
    "song": "Let You Know",
    "track_id": "4b61e21f-6a6b-4d36-ad4e-602f4bf242aa",
    "recording_id": null,
    "artist": "Flume",
    "artist_ids": [
        "35fd8d42-b4a6-4414-9827-8766bd0daa3c"
    ],
    "album": "Let You Know",
    "release_id": "e3f529fa-7e15-4275-8152-30449d9ee586",
    "release_group_id": null,
    "labels": [
        "Future Classic"
    ],
    "label_ids": [
        "d36fed82-04b0-4fba-ac8e-b518584bf741"
    ],
    "release_date": "2019-06-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "That's London Grammar's Hannah Reid's lovely voice on this song.:  https://www.stereogum.com/2047571/flume-let-you-know-feat-london-grammar/music/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}