Information about plays

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

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

{
    "id": 353556,
    "uri": "https://api.kexp.org/v2/plays/353556/?format=api",
    "airdate": "2019-07-12T17:42:17-07:00",
    "show": 5889,
    "show_uri": "https://api.kexp.org/v2/shows/5889/?format=api",
    "image_uri": "http://coverartarchive.org/release/0d390fea-3c2d-487d-a40c-19e166148203/16165823415-250.jpg",
    "thumbnail_uri": "",
    "song": "Temptation",
    "track_id": "19fc7926-973c-38e0-a3a8-8fb9cad890cb",
    "recording_id": null,
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Left of the Dial: Dispatches From the 80s Underground",
    "release_id": "0d390fea-3c2d-487d-a40c-19e166148203",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2004-10-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Please don't let me hit the ground!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}