Information about plays

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

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

{
    "id": 348034,
    "uri": "https://api.kexp.org/v2/plays/348034/?format=api",
    "airdate": "2019-06-30T01:08:00-07:00",
    "show": 5799,
    "show_uri": "https://api.kexp.org/v2/shows/5799/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Twisted Shape of Creeping Terror",
    "track_id": "15fc65bb-252b-4495-9274-f558a5234eb7",
    "recording_id": null,
    "artist": "Uncoffined",
    "artist_ids": [
        "b9a41ebb-ba12-49be-aa46-332c6d73d2ae"
    ],
    "album": "Ritual Death and Funeral Rites",
    "release_id": "370b0527-2ea4-48d3-aa39-a05174b53bdf",
    "release_group_id": null,
    "labels": [
        "Memento Mori"
    ],
    "label_ids": [],
    "release_date": "2013-10-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Durham, UK; https://uncoffined.bandcamp.com/; Kat Shevil of Blessed Realm and Thronehammer. Dope interview with Kat Shevil: https://www.nocleansinging.com/2018/02/20/an-ncs-interview-uncoffined-kat-shevil/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}