Information about plays

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

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

{
    "id": 356829,
    "uri": "https://api.kexp.org/v2/plays/356829/?format=api",
    "airdate": "2019-07-20T10:35:00-07:00",
    "show": 5945,
    "show_uri": "https://api.kexp.org/v2/shows/5945/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Milk & Honey Dub",
    "track_id": "c2193fc7-321a-36b2-a865-e4313f42f9dc",
    "recording_id": null,
    "artist": "Hollie Cook",
    "artist_ids": [
        "806139a2-556b-45d8-bc5e-93e3d898e4ad"
    ],
    "album": "Prince Fatty Presents Hollie Cook in Dub",
    "release_id": "8df1ec55-7617-44c8-9c02-531614c13be0",
    "release_group_id": null,
    "labels": [
        "Mr Bongo"
    ],
    "label_ids": [],
    "release_date": "2012-05-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "At a time when universal women's rights are being aggressively lobbied by movements like #Metoo, the concept of an all female reggae show should come as no surprise. That groundbreaking event took place last week with the four day Oland Roots Festival in Sweden. Assembling a diverse cast of artistes such as Hollie Cook. More here: http://www.jamaicaobserver.com/splash/sisters-rock-sweden_170249",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}