Information about plays

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

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

{
    "id": 343258,
    "uri": "https://api.kexp.org/v2/plays/343258/?format=api",
    "airdate": "2019-06-19T02:00:00-07:00",
    "show": 5723,
    "show_uri": "https://api.kexp.org/v2/shows/5723/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What Have You Done For Me Lately",
    "track_id": "33cf61e0-f897-491f-92e4-9c53f65929a6",
    "recording_id": null,
    "artist": "Janet Jackson",
    "artist_ids": [
        "6be2828f-6c0d-4059-99d4-fa18acf1a296"
    ],
    "album": "Control",
    "release_id": "be0ed78d-f8d9-4a60-9ff4-9deec55fb6ad",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jackson co-wrote the song with its producers Jimmy Jam and Terry Lewis. It was released on January 13, 1986 as the album's lead single, by A&M Records. After two unsuccessful albums and a management change, the singer began developing a new album. \"What Have You Done for Me Lately\" was originally penned for one of Jam and Lewis's own records, but the lyrics were rewritten to convey Jackson's feelings about her recent divorce from James DeBarge in January 1985.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}