Information about plays

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

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

{
    "id": 344378,
    "uri": "https://api.kexp.org/v2/plays/344378/?format=api",
    "airdate": "2019-06-21T16:29:00-07:00",
    "show": 5738,
    "show_uri": "https://api.kexp.org/v2/shows/5738/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Street Hassle",
    "track_id": "32adf5c5-bb13-497e-b030-b9bb9914caa1",
    "recording_id": null,
    "artist": "Lou Reed",
    "artist_ids": [
        "9d1ebcfe-4c15-4d18-95d3-d919898638a1"
    ],
    "album": "Street Hassle",
    "release_id": "5c569911-b853-494c-a0f6-c1e7c366da23",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Street Hassle\" is 10 minutes and 56 seconds long and divided into three distinct sections: \"Waltzing Matilda,\" \"Street Hassle,\" and \"Slipaway.\" The song touches on heavy themes surrounding intimacy, drug abuse, death and crime. The last movement contains a brief, uncredited, spoken word section by Bruce Springsteen (from 9:02 to 9:39).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}