Information about plays

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

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

{
    "id": 355985,
    "uri": "https://api.kexp.org/v2/plays/355985/?format=api",
    "airdate": "2019-07-18T09:26:00-07:00",
    "show": 5931,
    "show_uri": "https://api.kexp.org/v2/shows/5931/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "They Came In Peace",
    "track_id": "2c107e1c-ffb5-452d-9154-acb13db4ffa8",
    "recording_id": null,
    "artist": "Tranquility Bass",
    "artist_ids": [
        "302adbf9-b038-44d5-b663-942656207ac4"
    ],
    "album": "Broadcast Standard Series",
    "release_id": "4eea2770-ad3f-4c78-86cc-bf9047f59c18",
    "release_group_id": null,
    "labels": [
        "Exist Dance"
    ],
    "label_ids": [],
    "release_date": "2011-08-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The birds chirping in the background of this song was recorded by Michael Kandel of Tranquility Bass during a six-month trip through Indonesia, Thailand and Burma that he took when he was 20 years old",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}