Information about plays

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

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

{
    "id": 350474,
    "uri": "https://api.kexp.org/v2/plays/350474/?format=api",
    "airdate": "2019-07-05T14:11:38-07:00",
    "show": 5836,
    "show_uri": "https://api.kexp.org/v2/shows/5836/?format=api",
    "image_uri": "http://coverartarchive.org/release/6629d170-17fb-44e5-b2e0-365c751184b6/7908388160-250.jpg",
    "thumbnail_uri": "",
    "song": "Head On",
    "track_id": "edce8dff-7dee-4530-abed-bdd3ab689719",
    "recording_id": null,
    "artist": "The Jesus and Mary Chain",
    "artist_ids": [
        "e938a15c-b17e-4e7a-9f68-ff0d536cab44"
    ],
    "album": "Automatic",
    "release_id": "6629d170-17fb-44e5-b2e0-365c751184b6",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jim Reid on participating in the Lollapalooza tour of ’92, and why it was the worst time of his life: \"It was pretty intense. We did do a lot of drugs and drank a lot. I got a drinking problem and I know William has. I haven’t had a drink in nine months. Lollapalooza was a ten-week tour and in the first few days, we realized it wasn’t for us. We realized we weren’t really going to have a good time. We tried to get off the tour. We asked if we could just leave the tour. They were basically saying we couldn’t or they’d sue us. We were stuck with it. The only way we could get through it was to get absolutely fucked up. We were on at 2 o’clock in the afternoon, which was partly the problem. We are kind of a nighttime band. It was really bad for your health, too, because I’d get incredibly drunk for the show and afterwards I’d collapse in my bunk then wake up at 8 in the evening and get drunk all over again. There was a drug aspect to it, as well. It got pretty mental on that tour.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}