Information about plays

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

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

{
    "id": 2683166,
    "uri": "https://api.kexp.org/v2/plays/2683166/?format=api",
    "airdate": "2020-01-07T07:46:15-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Howl",
    "track_id": "ad875d49-7279-47eb-a232-94ba5ca46786",
    "recording_id": null,
    "artist": "Avalanche Party",
    "artist_ids": [
        "fc5d6601-d51e-4ea6-9ed5-fb4206dc5c64"
    ],
    "album": "24 Carat Diamond Trephine",
    "release_id": "3fab8d0c-7bea-477c-890b-e6a12f16c2f4",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-11-22",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Avalanche Party performed live at Studio 9294 in Hackney Wick, London, during KEXP's International Clash Day broadcast, February 4, 2019.  See it here: https://bit.ly/2ZYLxc7",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}