Information about plays

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

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

{
    "id": 350390,
    "uri": "https://api.kexp.org/v2/plays/350390/?format=api",
    "airdate": "2019-07-05T08:56:00-07:00",
    "show": 5834,
    "show_uri": "https://api.kexp.org/v2/shows/5834/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Show Me",
    "track_id": "2a6ce0a8-27ab-33ee-b845-44193dca7a97",
    "recording_id": null,
    "artist": "Mint Royale",
    "artist_ids": [
        "dec629c1-c5b8-4fa1-9bb2-eaf979550f41"
    ],
    "album": "Show Me",
    "release_id": "6bded666-6c6b-4f2b-8542-c0c7b53bb40e",
    "release_group_id": null,
    "labels": [
        "Faith & Hope Records"
    ],
    "label_ids": [],
    "release_date": "2001-08-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ahhhh.....the Friday song (the extended remix).  KEXP and Seattle Center's Concerts at the Mural begin on Friday, August 2nd, with Wolf Parade, DUMB, and Jock Tears.  Learn more here:    https://www.kexp.org/events/kexp-events/2019-kexp-and-seattle-center-concerts-mural-wolf-parade-dumb-and-jock-tears/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}