Information about plays

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

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

{
    "id": 356437,
    "uri": "https://api.kexp.org/v2/plays/356437/?format=api",
    "airdate": "2019-07-19T11:15:20-07:00",
    "show": 5939,
    "show_uri": "https://api.kexp.org/v2/shows/5939/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hang On",
    "track_id": "10f9f103-d630-4487-a920-db187528c609",
    "recording_id": null,
    "artist": "New Age Healers",
    "artist_ids": [
        "c87f27a8-fc86-45fb-a6a7-854808439394"
    ],
    "album": "Debris",
    "release_id": "97c6e753-052c-40d5-8a40-0c37b985c42e",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New Age Healers celebrate the release of their new album <Em>Debris</em> tonight at the High Dive with the Purrs & Black Nite Crash: https://www.highdiveseattle.com/event/1863499-new-age-healers-album-release-seattle/<Br><br>New Age Healers play live on KEXP on  Thursday, July 25th at 12:00 PM. The session is free and open to the public.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}