Information about plays

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

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

{
    "id": 378384,
    "uri": "https://api.kexp.org/v2/plays/378384/?format=api",
    "airdate": "2019-09-08T14:32:00-07:00",
    "show": 6298,
    "show_uri": "https://api.kexp.org/v2/shows/6298/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Multi-Family Garage Sale (bargain-bin mix)",
    "track_id": "9efdde2e-5c00-4c19-9794-ebc00d95d3e5",
    "recording_id": null,
    "artist": "Land of the Loops",
    "artist_ids": [
        "9f5465e3-79f4-4d43-9543-11278e136ee2"
    ],
    "album": "Bundle of Joy",
    "release_id": "bd28bce0-be2a-4cf0-9665-d370ff514cc3",
    "release_group_id": null,
    "labels": [
        "Up Records"
    ],
    "label_ids": [],
    "release_date": "1996-06-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Stage name of Boston electronic musician Alan Sutherland. This track features samples from the movie <i>The Brave Little Toaster</i> which is worth seeking out on its own. When this track first came out it was mind-blowing in its originality.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}