Information about plays

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

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

{
    "id": 356093,
    "uri": "https://api.kexp.org/v2/plays/356093/?format=api",
    "airdate": "2019-07-18T16:00:33-07:00",
    "show": 5933,
    "show_uri": "https://api.kexp.org/v2/shows/5933/?format=api",
    "image_uri": "http://coverartarchive.org/release/600340f5-5a33-3a49-af72-2636a38031bb/2236648728-250.jpg",
    "thumbnail_uri": "",
    "song": "This Is Shangrila",
    "track_id": "f04daacc-f509-33fc-a4aa-a185d4bc7c21",
    "recording_id": null,
    "artist": "Mother Love Bone",
    "artist_ids": [
        "a5585acd-9b65-49a7-a63b-3cc4ee18846e"
    ],
    "album": "Mother Love Bone",
    "release_id": "600340f5-5a33-3a49-af72-2636a38031bb",
    "release_group_id": null,
    "labels": [
        "Stardog Records"
    ],
    "label_ids": [
        "88d3fc4c-d528-4bb3-b6b9-f395e960205e"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Mother Love Bone was an American rock band that formed in Seattle, Washington, in 1987. The band was active from 1987 to 1990. Frontman Andrew Wood's personality and lyrics helped to catapult the group to the top of the burgeoning late 1980s/early 1990s Seattle music scene. Wood died only days before the scheduled release of the band's debut album, \"Apple\", thus ending the group's hopes of success. The album was finally released a few months later.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}