Information about plays

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

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

{
    "id": 356074,
    "uri": "https://api.kexp.org/v2/plays/356074/?format=api",
    "airdate": "2019-07-18T14:54:54-07:00",
    "show": 5933,
    "show_uri": "https://api.kexp.org/v2/shows/5933/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Showdown",
    "track_id": "d3e426bb-e9a8-41b4-8bcd-9ef9996d3df9",
    "recording_id": null,
    "artist": "Blinky Bill",
    "artist_ids": [
        "01eaba34-a53a-43b5-8793-0829c231e64c"
    ],
    "album": "Everyone’s Just Winging It and Other Fly Tales",
    "release_id": "1d1a7cc9-027e-4870-b253-149da8cae971",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-10-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Blinky Bill (born Sellanga Ochieng') is a Kenyan musician, DJ and producer. He is a founding member of Kenyan electronic music and art collective Just a Band with whom he has released three albums. He is an alumni of the US State-funded music programme One Beat Music in 2013.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}