Information about plays

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

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

{
    "id": 375052,
    "uri": "https://api.kexp.org/v2/plays/375052/?format=api",
    "airdate": "2019-09-01T01:33:00-07:00",
    "show": 6243,
    "show_uri": "https://api.kexp.org/v2/shows/6243/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Despoilment",
    "track_id": null,
    "recording_id": null,
    "artist": "Witch Vomit",
    "artist_ids": [
        "ed8760ad-de04-449b-a72a-bd1a1b7a4f23"
    ],
    "album": "Buried Deep in a Bottomless Grave",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "20 Buck Spin"
    ],
    "label_ids": [],
    "release_date": "2019-08-30",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Witch Vomit will be playing the Eliminator Fest on Friday, September 27th at El Corazon with Deceased and Oxygen Destroyer. Tickets are on sale through this weekend;  https://www.facebook.com/events/644517249351398/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}