Information about plays

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

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

{
    "id": 357525,
    "uri": "https://api.kexp.org/v2/plays/357525/?format=api",
    "airdate": "2019-07-22T06:12:00-07:00",
    "show": 5961,
    "show_uri": "https://api.kexp.org/v2/shows/5961/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What Does Your Soul Look Like, Part 2",
    "track_id": null,
    "recording_id": null,
    "artist": "DJ Shadow",
    "artist_ids": [
        "efa2c11a-1a35-4b60-bc1b-66d37de88511"
    ],
    "album": "Endtroducing.....",
    "release_id": "91644ba9-19f6-48ec-9b8f-9e7a969b652a",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [],
    "release_date": "2005-06-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "During his most intense period of collecting, Josh Davis, alias DJ Shadow, would spend several hours a day in the basement of Rare Records in his native Sacramento, California, only breaking from his hunt for unusual sounds when he was out of money or in need of sunlight.\n\nThe same shop was immortalised on the cover of his debut album, 1996's Endtroducing…, which put some of that secondhand vinyl to creative new use.Here's his list of the songs that influenced his life:  https://www.theguardian.com/music/2012/sep/02/dj-shadow-soundtrack-my-life",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}