Information about plays

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

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

{
    "id": 356091,
    "uri": "https://api.kexp.org/v2/plays/356091/?format=api",
    "airdate": "2019-07-18T15:53:33-07:00",
    "show": 5933,
    "show_uri": "https://api.kexp.org/v2/shows/5933/?format=api",
    "image_uri": "http://coverartarchive.org/release/252647db-6974-309e-9ca1-738f6f07851b/11441822537-250.jpg",
    "thumbnail_uri": "",
    "song": "Orange Crush",
    "track_id": "aaa0658d-2f60-39e8-bc1f-86795ff219c9",
    "recording_id": null,
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "Green",
    "release_id": "252647db-6974-309e-9ca1-738f6f07851b",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1988-11-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Orange Crush  is the first single from R.E.M's sixth album \"Green\". The song's title is a reference to the chemical defoliant Agent Orange manufactured by Monsanto Corporation and Dow Chemical for the U.S. Department of Defense and used in the Vietnam War. Stipe opened the song during The Green World Tour by singing the famous U.S. Army recruiting slogan, \"Be all you can be... in the Army.\" Stipe's father served in the Vietnam War",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}