Information about plays

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

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

{
    "id": 356485,
    "uri": "https://api.kexp.org/v2/plays/356485/?format=api",
    "airdate": "2019-07-19T14:08:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "WHAT'S GOOD",
    "track_id": null,
    "recording_id": null,
    "artist": "Tyler, the Creator",
    "artist_ids": [
        "f6beac20-5dfe-4d1f-ae02-0b0a740aafd6"
    ],
    "album": "IGOR",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced entirely by Tyler, the album features guest appearances from Playboi Carti, Lil Uzi Vert, Solange, Kanye West, and Jerrod Carmichael, along with backing vocals from Santigold, Jessy Wilson, La Roux, CeeLo Green, Charlie Wilson, Slowthai, and Pharrell, among others.  IGOR follows a narrative of a love triangle where Tyler is seeing a person who is at the same time still seeing his ex-girlfriend, who's pulling him back to her and away from Tyler. American comedian Jerrod Carmichael serves as the album's narrator as it progresses, speaking short lines to make sense of Tyler's and the title character Igor's state of mind.  https://bit.ly/2JHInDl",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}