Information about plays

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

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

{
    "id": 356491,
    "uri": "https://api.kexp.org/v2/plays/356491/?format=api",
    "airdate": "2019-07-19T14:27:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Venus Fly",
    "track_id": "09ab538c-b28f-4df6-bbe3-6b0c2c792cd7",
    "recording_id": null,
    "artist": "Grimes",
    "artist_ids": [
        "7e5a2a59-6d9f-4a17-b7c2-e1eedb7bd222"
    ],
    "album": "Art Angels",
    "release_id": "04cd7071-8236-4d09-95b4-20dc8ded36fe",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [],
    "release_date": "2015-12-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I’m Canadian, so I’m constantly making self-deprecating comments – I think a lot of Canadians do that. But, I mean, I do give a lot of soundbites; I should probably cut down on the soundbites. But I don’t know if it’s a gender thing – I’m just really bad at editing myself. I speak before I think.  It’s tricky. People just take everything you say out of context. I’ve kind of given up on it now, it doesn’t make me sad or depressed, and it’s a lot easier to just exist.”  https://bit.ly/2O3cNE1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}