Information about plays

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

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

{
    "id": 347892,
    "uri": "https://api.kexp.org/v2/plays/347892/?format=api",
    "airdate": "2019-06-29T16:21:57-07:00",
    "show": 5796,
    "show_uri": "https://api.kexp.org/v2/shows/5796/?format=api",
    "image_uri": "http://coverartarchive.org/release/aa18d9d3-0db5-4da6-a3ff-45f705b6b852/23170893684-250.jpg",
    "thumbnail_uri": "",
    "song": "Claustro",
    "track_id": "0f2d3f85-f256-4890-8c46-14e0abdbd003",
    "recording_id": null,
    "artist": "Burial",
    "artist_ids": [
        "9ddce51c-2b75-4b3e-ac8c-1db09e7c89c6"
    ],
    "album": "Claustro / State Forest",
    "release_id": "aa18d9d3-0db5-4da6-a3ff-45f705b6b852",
    "release_group_id": null,
    "labels": [
        "Hyperdub"
    ],
    "label_ids": [
        "d73fd0e0-8799-4506-ad1b-6342bf46fc77"
    ],
    "release_date": "2019-06-14",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Burial is a British electronic musician from South London. Initially remaining anonymous, Burial became the first artist signed to Kode9's electronic label Hyperdub in 2005. In 2008, Burial's identity was revealed to be William Emmanuel Bevan by The Independent and confirmed by Hyperdub. https://en.wikipedia.org/wiki/Burial_(musician)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}