Information about plays

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

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

{
    "id": 347079,
    "uri": "https://api.kexp.org/v2/plays/347079/?format=api",
    "airdate": "2019-06-27T17:16:20-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tired of Nothing",
    "track_id": "948cc4eb-dd27-33e1-a349-5b4ff96835e9",
    "recording_id": null,
    "artist": "7 Year Bitch",
    "artist_ids": [
        "91d06612-5c1e-4278-b40b-b6ce22dc9bb4"
    ],
    "album": "Sick 'Em",
    "release_id": "bfcf2ca6-e730-44aa-bd73-49e0ff770b7f",
    "release_group_id": null,
    "labels": [
        "C/Z Records"
    ],
    "label_ids": [
        "33dfa786-f682-47fc-897b-8de6aa686673"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Stephanie Sargent (June 1st,1968-June 27th 1992) Sargent played in several bands before 1990, when she co-founded 7 Year Bitch with Selene Vigil, Valerie Agnew, and Elizabeth Davis. On June 27th, 1992 Sargent was found dead in her Capitol Hill apartment after returning home from a party where she had consumed both alcohol and heroin. At the time of death, 7 Yeat Bitch were about to release their debut album \"Sick 'EM\" on which Sargent played guitar. The band opted to release all recorded material and dedicated the album to Stephanie",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}