Information about plays

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

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

{
    "id": 357076,
    "uri": "https://api.kexp.org/v2/plays/357076/?format=api",
    "airdate": "2019-07-21T01:15:00-07:00",
    "show": 5952,
    "show_uri": "https://api.kexp.org/v2/shows/5952/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Doomed In The Realm Of The Dead",
    "track_id": "402facde-ec26-4119-aeb7-c49807931150",
    "recording_id": null,
    "artist": "Witch Vomit",
    "artist_ids": [
        "ed8760ad-de04-449b-a72a-bd1a1b7a4f23"
    ],
    "album": "Poisoned Blood",
    "release_id": "800a215c-9e71-4a28-bd04-aa8229bd2dc3",
    "release_group_id": null,
    "labels": [
        "20 Buck Spin"
    ],
    "label_ids": [],
    "release_date": "2017-06-30",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "With Vomit will be playing the Eliminator Fest at El Corazon on Friday, September 27th with Morbid Saint and Deceased.  Get your tickets here: https://www.facebook.com/events/644517249351398/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}