Information about plays

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

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

{
    "id": 356528,
    "uri": "https://api.kexp.org/v2/plays/356528/?format=api",
    "airdate": "2019-07-19T16:21:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Careful You",
    "track_id": "33dc5172-b833-4ea8-a01a-9eb70497a3bc",
    "recording_id": null,
    "artist": "TV on the Radio",
    "artist_ids": [
        "eb872766-98f6-453d-883f-2ae908a18315"
    ],
    "album": "Seeds",
    "release_id": "539c942b-4eb8-40b7-bd05-f6d927fcb147",
    "release_group_id": null,
    "labels": [
        "Harvest"
    ],
    "label_ids": [],
    "release_date": "2014-11-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tunde Adebimpe on why this is his favourite TVotR album: \"I think because it’s just we didn’t really over-think anything while making it. The feeling I had from it was similar to when Dave (Sitek) and I started the band and we were in a busted loft drinking too much coffee and staying up way too late and smoking weed and just making a bunch of songs overnight… pretty much every day. It was that same feeling. And I think it’s just having done this so long and we know what we’re doing. And also the fact that everyone’s completely out of bullshit at this point. [Laughs.] We’re too old to be wrapped up in any bullshit. There are bigger things in the world than us making music, and I feel that the more aware of that we are, in a weird way, the more focused we can be focused on making something just beautiful to us.\"  https://bit.ly/2XQdvZO",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}