Information about plays

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

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

{
    "id": 357078,
    "uri": "https://api.kexp.org/v2/plays/357078/?format=api",
    "airdate": "2019-07-21T01:27:00-07:00",
    "show": 5952,
    "show_uri": "https://api.kexp.org/v2/shows/5952/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cursed Blades Cast Upon the Slavescum of Christ",
    "track_id": "a9157a31-596b-4ee7-bf66-dc1abed7f64a",
    "recording_id": null,
    "artist": "Adversarial",
    "artist_ids": [
        "08cb1339-85da-4514-bf3f-c9951aa09f2c"
    ],
    "album": "Death, Endless Nothing and the Black Knife of Nihilism",
    "release_id": "896a0abc-09c7-45c5-aff7-7c4c59b8baf2",
    "release_group_id": null,
    "labels": [
        "Dark Descent"
    ],
    "label_ids": [],
    "release_date": "2015-08-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Toronto; https://www.facebook.com/AdversarialOfficial",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}