Information about plays

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

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

{
    "id": 348980,
    "uri": "https://api.kexp.org/v2/plays/348980/?format=api",
    "airdate": "2019-07-02T09:18:08-07:00",
    "show": 5816,
    "show_uri": "https://api.kexp.org/v2/shows/5816/?format=api",
    "image_uri": "http://coverartarchive.org/release/4723a128-61b5-4522-bf89-27c19b9773e4/22822960578-250.jpg",
    "thumbnail_uri": "",
    "song": "Gone",
    "track_id": "d42b0d6f-ae90-4ea3-a978-91ca3ddd08e3",
    "recording_id": null,
    "artist": "TR/ST",
    "artist_ids": [
        "b8e3d1ae-5983-4af1-b226-aa009b294111"
    ],
    "album": "The Destroyer — 1",
    "release_id": "4723a128-61b5-4522-bf89-27c19b9773e4",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-19",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Gone,\" Alfons feels, \"really sums up the spirit of the whole album\" in both sound and intent. \"It's really about lying in silence and sort of acknowledging the fact that I was not showing up for myself,\" Alfons says. \"There were just, like, patterns of shame, guilt and trying to forgive myself, and ('Gone') is all about that and how it led to the rest of this music.\" https://www.billboard.com/articles/news/8496518/trst-gone-destroyer",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}