Information about plays

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

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

{
    "id": 366036,
    "uri": "https://api.kexp.org/v2/plays/366036/?format=api",
    "airdate": "2019-08-11T15:08:07-07:00",
    "show": 6105,
    "show_uri": "https://api.kexp.org/v2/shows/6105/?format=api",
    "image_uri": "http://coverartarchive.org/release/3206bb7e-f4fc-486e-af0c-1ea106a47fc9/2934325843-250.jpg",
    "thumbnail_uri": "",
    "song": "Rose Quartz",
    "track_id": "cdceed8b-a0eb-395d-ae1e-98abc0ddc8e5",
    "recording_id": null,
    "artist": "Toro y Moi",
    "artist_ids": [
        "3a6d6481-142d-423f-91d4-55bbfff318ed"
    ],
    "album": "Anything in Return",
    "release_id": "3206bb7e-f4fc-486e-af0c-1ea106a47fc9",
    "release_group_id": null,
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2013-01-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "check out this 2015 in-studio :^) // https://www.kexp.org/sessions/archive/toro-y-moi-live-on-kexp-recorded-july-25-2015/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}