Information about plays

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

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

{
    "id": 354998,
    "uri": "https://api.kexp.org/v2/plays/354998/?format=api",
    "airdate": "2019-07-16T07:33:00-07:00",
    "show": 5919,
    "show_uri": "https://api.kexp.org/v2/shows/5919/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Up All Night",
    "track_id": null,
    "recording_id": null,
    "artist": "SAULT",
    "artist_ids": [
        "23b19bc5-813e-4456-bbae-ac3ca118f535"
    ],
    "album": "5",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Forever Living Originals"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "There’s zero information about the band, except that they are part of independent label Forever Living Originals.\n\nTwo months ago they shared their first single “We Are The Sun”, followed by “Don’t Waste My Time”. Now the mysterious band dropped an amazing 14-track debut album with funk and soul infused feel-good alternative rock.   You can find the album here: http://smarturl.it/SAULT5",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}