Information about plays

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

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

{
    "id": 371184,
    "uri": "https://api.kexp.org/v2/plays/371184/?format=api",
    "airdate": "2019-08-23T06:37:36-07:00",
    "show": 6183,
    "show_uri": "https://api.kexp.org/v2/shows/6183/?format=api",
    "image_uri": "http://coverartarchive.org/release/03299fb4-c49d-4c44-a7a4-18f6b8308b5c/23653295103-250.jpg",
    "thumbnail_uri": "",
    "song": "Iris",
    "track_id": "d221d55b-e1ab-464b-bfa3-6ceb7a32aa0e",
    "recording_id": null,
    "artist": "TR/ST",
    "artist_ids": [
        "b8e3d1ae-5983-4af1-b226-aa009b294111"
    ],
    "album": "The Destroyer — 2",
    "release_id": "03299fb4-c49d-4c44-a7a4-18f6b8308b5c",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Volume 2 of Toronto artist Robert Alfons' (aka TR/ST) is due out in November.  According to Alfons, 'Iris' was the first song written for the record, which is fitting as he says it \"sums up most of the recurring themes that are present in this album.\"  You can pre-order the album here:  https://bit.ly/2zjkX16",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}