Information about plays

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

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

{
    "id": 371232,
    "uri": "https://api.kexp.org/v2/plays/371232/?format=api",
    "airdate": "2019-08-23T09:19:35-07:00",
    "show": 6183,
    "show_uri": "https://api.kexp.org/v2/shows/6183/?format=api",
    "image_uri": "http://coverartarchive.org/release/ed721fd4-ca0c-4cb1-a569-050c994d10d9/10149201972-250.jpg",
    "thumbnail_uri": "",
    "song": "Down in It",
    "track_id": "4d38d8a7-2e17-3aea-9013-e75fb3b56fe4",
    "recording_id": null,
    "artist": "Nine Inch Nails",
    "artist_ids": [
        "b7ffd2af-418f-4be2-bdd1-22f8b48613da"
    ],
    "album": "Pretty Hate Machine",
    "release_id": "ed721fd4-ca0c-4cb1-a569-050c994d10d9",
    "release_group_id": null,
    "labels": [
        "UMe"
    ],
    "label_ids": [
        "93ba13c1-5d3f-4618-a8e7-17aeffff1da6"
    ],
    "release_date": "2010-11-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I this live video, Trent Reznor reminisces about his younger days when he sees someone in the crowd wearing a shirt he wore during the recording of Pretty Hate Machine. Nine Inch Nails (NIN) then segues into performing Down In It live @ the Wiltern as part of their Final / Last show ever and their Wave Goodbye tour.: https://www.youtube.com/watch?v=yQpOE5Q2_rc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}