Information about plays

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

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

{
    "id": 377386,
    "uri": "https://api.kexp.org/v2/plays/377386/?format=api",
    "airdate": "2019-09-06T08:00:00-07:00",
    "show": 6280,
    "show_uri": "https://api.kexp.org/v2/shows/6280/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Go",
    "track_id": "bd050893-64ca-4b1f-a55c-77103a19d2fa",
    "recording_id": null,
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "Go",
    "release_id": "926d5c15-9b5c-4942-a949-dd2b74293ece",
    "release_group_id": null,
    "labels": [
        "Universal Music Group"
    ],
    "label_ids": [],
    "release_date": "2015-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "What are the best Chemical Brothers' collaborations? (Hint: Consider \"Go\" one of them.):  https://www.vice.com/en_us/article/nzmbyx/here-are-the-best-the-chemical-brothers-collaborations-ever-ranked",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}