Information about plays

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

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

{
    "id": 376480,
    "uri": "https://api.kexp.org/v2/plays/376480/?format=api",
    "airdate": "2019-09-04T10:09:58-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "March Of The Pigs (Clean Version)",
    "track_id": "e7db14f5-955c-493b-9c9e-71fb90a40e52",
    "recording_id": null,
    "artist": "Nine Inch Nails",
    "artist_ids": [
        "b7ffd2af-418f-4be2-bdd1-22f8b48613da"
    ],
    "album": "March Of The Pigs",
    "release_id": "f18f16e7-58fb-4bd7-8cb0-a3d53a3ea32d",
    "release_group_id": null,
    "labels": [
        "TVT Records"
    ],
    "label_ids": [
        "c9117237-b78b-4e47-b452-c9d94fb34916"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Lyrically, the song could be about society or NIN's fans, but Trent Reznor has stated in the interview titled Disturbed that the \"pigs\" in this song refer mainly to \"anywhere from the media to people he thought were friends around him.\" Furthermore, he said, \"The issue I was addressing was... when we attained a certain level of success, it was surprising to see the legion of people starting to fuck with you, can't wait to see you fail, hoping that you'll fuck up, ripping you off, trying to use you... The fact that American media, in 'underground world,' you go from being the darling to 'well, we accidentally started selling some records,' so they have to turn their backs on us.\" He also occasionally referred to fans as 'pigs' at live performances.\" https://bit.ly/2lYHtsD",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}