Information about plays

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

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

{
    "id": 2674735,
    "uri": "https://api.kexp.org/v2/plays/2674735/?format=api",
    "airdate": "2019-12-18T02:48:26-08:00",
    "show": 46171,
    "show_uri": "https://api.kexp.org/v2/shows/46171/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sat By A Tree",
    "track_id": "aa712715-698a-417a-96a7-b9942e6de9ff",
    "recording_id": null,
    "artist": "Dan Deacon",
    "artist_ids": [
        "8dd73d1a-0424-4581-af8c-ade3edb44c5a"
    ],
    "album": "Mystic Familiar",
    "release_id": "f00974af-b473-445a-a908-ed1b70ff134b",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2020-01-31",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In an interview describing the inspiration behind “Sat by a Tree,” Deacon delves into his underlying philosophy on the significance of death:\n\nI to see it not at all in this macabre sense, but just a part of life. So I liked playing with the concept and writing about it a lot …. The way the video ends is sort of in line with what I was saying with the song itself. Are we watching a prequel to that plant or are we watching the end of that human form?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}