Information about plays

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

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

{
    "id": 2681522,
    "uri": "https://api.kexp.org/v2/plays/2681522/?format=api",
    "airdate": "2020-01-03T06:10:34-08:00",
    "show": 46282,
    "show_uri": "https://api.kexp.org/v2/shows/46282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Island Of Doom",
    "track_id": null,
    "recording_id": null,
    "artist": "Agnes Obel",
    "artist_ids": [
        "e3c4c4af-f83b-4168-84cb-898009dd0447"
    ],
    "album": "Myopia",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Strange Harvest"
    ],
    "label_ids": [],
    "release_date": "2020-02-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Agnes Obel is a Danish singer and songwriter. She \"has been under self-imposed creative isolation with the removal of all outside influences and distraction in the writing, recording and mixing process for Myopia(due out in February). 'The albums I’ve worked on have all required that I build a bubble of some kind in which everything becomes about the album.'\"  Find out more about her and watch the video for \"Island of Doom\": https://www.udiscovermusic.com/news/agnes-obel-album-myopia/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}