Information about plays

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

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

{
    "id": 375134,
    "uri": "https://api.kexp.org/v2/plays/375134/?format=api",
    "airdate": "2019-09-01T06:36:07-07:00",
    "show": 6245,
    "show_uri": "https://api.kexp.org/v2/shows/6245/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Anatano Yushoku No Tameni",
    "track_id": null,
    "recording_id": null,
    "artist": "Inoyama Land",
    "artist_ids": [],
    "album": "Commissions: 1977-2000 (Music for Slime Molds, Sensory Museum and Egyptology)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Empire of Signs"
    ],
    "label_ids": [],
    "release_date": "2019-09-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off a forthcoming collection of innovative ambient sounds by Japanese duo Inoyama Land (Makoto Inoue and Yasushi Yamashita) ~ More info here: https://lightintheattic.net/releases/5572-commissions-1977-2000",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}