Information about plays

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

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

{
    "id": 353082,
    "uri": "https://api.kexp.org/v2/plays/353082/?format=api",
    "airdate": "2019-07-11T15:40:21-07:00",
    "show": 5882,
    "show_uri": "https://api.kexp.org/v2/shows/5882/?format=api",
    "image_uri": "http://coverartarchive.org/release/ed721fd4-ca0c-4cb1-a569-050c994d10d9/10149201972-250.jpg",
    "thumbnail_uri": "",
    "song": "Head Like a Hole",
    "track_id": "69a81468-799f-3734-a776-ef67bb99e43a",
    "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": "'Head Like a Hole' is a song by the industrial rock band Nine Inch Nails, released as the second single from the group's debut album, \"Pretty Hate Machine\"\n\nThe song is an industrial rock song with elements of electronic and dance music, and is one of the more rock-oriented songs on the album. Lyrically, it discusses betrayal and angst. Trent Reznor wrote 'Head Like a Hole' in 1988, after touring with Skinny Puppy. Flood, Adrian Sherwood, and Keith LeBlanc were co-producers of the song, and it was recorded in 1989",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}