Information about plays

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

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

{
    "id": 372867,
    "uri": "https://api.kexp.org/v2/plays/372867/?format=api",
    "airdate": "2019-08-27T06:45:04-07:00",
    "show": 6213,
    "show_uri": "https://api.kexp.org/v2/shows/6213/?format=api",
    "image_uri": "http://coverartarchive.org/release/d6a33936-e204-3158-8bd5-bf0e75e577d8/20742944044-250.jpg",
    "thumbnail_uri": "",
    "song": "The Whole of the Moon",
    "track_id": "09cc92b2-82be-3358-b089-ac2bfaa78428",
    "recording_id": null,
    "artist": "The Waterboys",
    "artist_ids": [
        "21666405-49f8-44f6-94bb-e064f202f7ba"
    ],
    "album": "This Is the Sea",
    "release_id": "d6a33936-e204-3158-8bd5-bf0e75e577d8",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2004-03-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The \"whole of the moon\" is the big picture, which takes a particular vision to see.  Waterboys frontman Mike Scott, said: \"I wrote the song when I was 26 years old, and I was discovering that there was so much more than I had ever known. There was so much more to learn than I'd even been hinted at in the culture I'd grown up in. I had a strong sense of wonderment about that, and I realized there were people who had vastly more information in their imaginations and experiences than I had. And so that's what inspired that song.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}