Information about plays

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

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

{
    "id": 350529,
    "uri": "https://api.kexp.org/v2/plays/350529/?format=api",
    "airdate": "2019-07-05T17:20:56-07:00",
    "show": 5836,
    "show_uri": "https://api.kexp.org/v2/shows/5836/?format=api",
    "image_uri": "http://coverartarchive.org/release/c1e1ecb3-ae03-4b3c-8f08-78479163e932/12750373922-250.jpg",
    "thumbnail_uri": "",
    "song": "Outsiders",
    "track_id": "d493924c-fac5-4a1c-8865-c15a449f4ef0",
    "recording_id": null,
    "artist": "Suede",
    "artist_ids": [
        "a55c2f1b-3f3f-4d6a-aa30-5e186dbadce6"
    ],
    "album": "Night Thoughts",
    "release_id": "c1e1ecb3-ae03-4b3c-8f08-78479163e932",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2016-01-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by long-time collaborator Ed Buller, the album was released through Warner Music UK on January 22, 2016 to widespread critical acclaim. It was accompanied by a feature film, directed by Roger Sargent. During their 2016 tour the band performed from behind a screen on which Sargent's film was projected during the first half of their set. The album is considered by many critics to be the band's finest work since 1994's Dog Man Star.  https://bit.ly/2Xq1wCd",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}