Information about plays

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

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

{
    "id": 370774,
    "uri": "https://api.kexp.org/v2/plays/370774/?format=api",
    "airdate": "2019-08-22T08:58:00-07:00",
    "show": 6177,
    "show_uri": "https://api.kexp.org/v2/shows/6177/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Elegant People",
    "track_id": "5784df8a-e558-3bb5-a4d3-ca81e4e5a15f",
    "recording_id": null,
    "artist": "Weather Report",
    "artist_ids": [
        "0f9997bd-e079-429e-8ccd-9378c9b0c746"
    ],
    "album": "Original Album Classics",
    "release_id": "d84f61fc-e5c9-46b6-9d3f-53a7ff4b0c0f",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "2008-09-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yep, that teeny little bit at the start of this song from American jazz band The Weather Report was used in the intro for Portishead's \"Strangers\", the third track off of <i>Dummy</i>. We're celebrating the 25th anniversary of their classic album all day today, stay tuned for more fun facts and exclusive interview clips!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}