Information about plays

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

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

{
    "id": 344269,
    "uri": "https://api.kexp.org/v2/plays/344269/?format=api",
    "airdate": "2019-06-21T06:39:27-07:00",
    "show": 5736,
    "show_uri": "https://api.kexp.org/v2/shows/5736/?format=api",
    "image_uri": "http://coverartarchive.org/release/600340f5-5a33-3a49-af72-2636a38031bb/2236648728-250.jpg",
    "thumbnail_uri": "",
    "song": "Chloe Dancer / Crown of Thorns",
    "track_id": "22a1e0cb-2ec6-3e37-80f3-7c68b3186e5c",
    "recording_id": null,
    "artist": "Mother Love Bone",
    "artist_ids": [
        "a5585acd-9b65-49a7-a63b-3cc4ee18846e"
    ],
    "album": "Mother Love Bone",
    "release_id": "600340f5-5a33-3a49-af72-2636a38031bb",
    "release_group_id": null,
    "labels": [
        "Stardog Records"
    ],
    "label_ids": [
        "88d3fc4c-d528-4bb3-b6b9-f395e960205e"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Chloe Dancer\" is about lead singer Andy Wood's muse/fiancee, Xana La Fuente, who had planned to be a stripper to support the pair, but left the club after one hour. \"Crown of Thorns\" was written about their nasty breakup over his on and-off-again dabbling in heroin and alcohol. \"This song is about a relationship ruined by drugs,\" she explains. \"He wrote it about our near breakup, and how I tried to control him and the drugs--hence his allusion to being tied to the ceiling.\" Length: 6:18",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}