Information about plays

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

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

{
    "id": 352044,
    "uri": "https://api.kexp.org/v2/plays/352044/?format=api",
    "airdate": "2019-07-09T09:10:50-07:00",
    "show": 5867,
    "show_uri": "https://api.kexp.org/v2/shows/5867/?format=api",
    "image_uri": "http://coverartarchive.org/release/6d2787f1-f584-4a76-8a97-7926e96fd73e/5236643887-250.jpg",
    "thumbnail_uri": "",
    "song": "Violet",
    "track_id": "8314b0fc-6170-336b-9ce7-fce10681d50a",
    "recording_id": null,
    "artist": "Hole",
    "artist_ids": [
        "1dcc8968-f2cd-441c-beda-6270f70f2863"
    ],
    "album": "Live Through This",
    "release_id": "6d2787f1-f584-4a76-8a97-7926e96fd73e",
    "release_group_id": null,
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1994-04-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday to singer-songwriter, Courtney Love. She was a figure in the punk and grunge scenes of the 1990s, and her career has spanned four decades. She rose to prominence as the lead vocalist of the alternative rock band Hole, which she formed in 1989.  <br> <br> Love is also an actress known for her role in several movies like: <i>The People vs Larry Flint, The Man on the Moon, 200 Cigarettes and Sid & Nancy.</i>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}