Information about plays

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

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

{
    "id": 353395,
    "uri": "https://api.kexp.org/v2/plays/353395/?format=api",
    "airdate": "2019-07-12T08:23:00-07:00",
    "show": 5887,
    "show_uri": "https://api.kexp.org/v2/shows/5887/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Feel Love",
    "track_id": "747507eb-8e33-37c1-929e-7104735fd232",
    "recording_id": null,
    "artist": "Donna Summer",
    "artist_ids": [
        "b60527cc-54f3-4bbe-a01b-dcf34c95ae14"
    ],
    "album": "20th Century Masters: The Millennium Collection: The Best of Donna Summer",
    "release_id": "41a3f1c2-9fd0-47a9-80ec-d8c445a03a85",
    "release_group_id": null,
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [],
    "release_date": "2003-02-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It was 40-years ago today that Disco Demolition Night, an ill-fated promotion at Comiskey Park in Chicago, took place. Organized by a local classic rock station, the event featured a crate filled with disco records that was blown up on the field between games of the twi-night doubleheader between the Chicago White Sox and the Detroit Tigers. \n\nMany of those in attendance had come to see the explosion rather than the games and rushed onto the field after the detonation. The playing field was so damaged by the explosion and by the fans that the White Sox were required to forfeit the second game to the Tigers.\n\nWe love disco.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}