Information about plays

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

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

{
    "id": 441552,
    "uri": "https://api.kexp.org/v2/plays/441552/?format=api",
    "airdate": "2001-07-04T15:15:00-07:00",
    "show": 7449,
    "show_uri": "https://api.kexp.org/v2/shows/7449/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51dbPP-yHnL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51dbPP-yHnL._SL75_.jpg",
    "song": "I Want Her",
    "track_id": "8c2a7109-a56d-419f-b0df-5eff4b45c15f",
    "recording_id": null,
    "artist": "Bill Frisell",
    "artist_ids": [
        "a21318db-f228-4a4d-8bce-6947a62985a5"
    ],
    "album": "Go West: Music for the Films of Buster Keaton",
    "release_id": "c802adf6-110a-4de9-81ea-1199a2b9073d",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "1995-02-28",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}