Information about plays

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

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

{
    "id": 353207,
    "uri": "https://api.kexp.org/v2/plays/353207/?format=api",
    "airdate": "2019-07-11T20:59:51-07:00",
    "show": 5883,
    "show_uri": "https://api.kexp.org/v2/shows/5883/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "O! Lucky Hand",
    "track_id": "2196722c-9405-4c55-965e-c418e6c32b3d",
    "recording_id": null,
    "artist": "Kyle Craft",
    "artist_ids": [
        "a1221205-1526-4474-9f10-caa822779fe2"
    ],
    "album": "Showboat Honey",
    "release_id": "41caff03-684f-46b2-915f-3c68f9c78ac7",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kyle Craft & Showboat Honey LIVE on KEXP july 12 (tomorrow at noon) OPEN TO THE PUBLIC \nCatch him LIVE at Tractor Tavern in August 29 & 30 !!\nAnd make sure you catch him LIVE at Ballard Seafood Fest 2019 https://www.jambase.com/festival/ballard-seafoodfest-2019",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}