Information about plays

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

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

{
    "id": 373601,
    "uri": "https://api.kexp.org/v2/plays/373601/?format=api",
    "airdate": "2019-08-28T16:35:02-07:00",
    "show": 6220,
    "show_uri": "https://api.kexp.org/v2/shows/6220/?format=api",
    "image_uri": "http://coverartarchive.org/release/3bf67972-f2af-407f-8e2f-09cda13971b2/17542021487-250.jpg",
    "thumbnail_uri": "",
    "song": "Mirage",
    "track_id": "17c469f5-da4c-4a25-8ab8-b2ac5066e6cc",
    "recording_id": null,
    "artist": "Toro y Moi",
    "artist_ids": [
        "3a6d6481-142d-423f-91d4-55bbfff318ed"
    ],
    "album": "Boo Boo",
    "release_id": "3bf67972-f2af-407f-8e2f-09cda13971b2",
    "release_group_id": null,
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2017-07-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lovely transition here by Laszlo on the mixtape.  Bonus: here's Toro y Moi performing live at KEXP from back in the day (February 27, 2013, to be exact) -- https://www.youtube.com/watch?v=k0X4U96OnpA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}