Information about plays

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

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

{
    "id": 377088,
    "uri": "https://api.kexp.org/v2/plays/377088/?format=api",
    "airdate": "2019-09-05T16:29:14-07:00",
    "show": 6274,
    "show_uri": "https://api.kexp.org/v2/shows/6274/?format=api",
    "image_uri": "http://coverartarchive.org/release/ed790ac9-8562-3192-adce-7aa890dab146/9673857743-250.jpg",
    "thumbnail_uri": "",
    "song": "Long Snake Moan",
    "track_id": "1d79e8cd-5acb-33f3-9782-4c0113511f01",
    "recording_id": null,
    "artist": "PJ Harvey",
    "artist_ids": [
        "e795e03d-b5d5-4a5f-834d-162cfb308a2c"
    ],
    "album": "To Bring You My Love",
    "release_id": "ed790ac9-8562-3192-adce-7aa890dab146",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1995-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Harvey co-produced the record with Flood and John Parish. To Bring You My Love would be the first of Harvey's many collaborations with Flood and Parish. The music on the album was played largely by Harvey and Parish, with contributions from seasoned musicians Joe Gore, Mick Harvey, Jean-Marc Butty, and others. Many of the musicians who appeared on the album joined Harvey on tour to support it in 1995.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}