Information about plays

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

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

{
    "id": 352972,
    "uri": "https://api.kexp.org/v2/plays/352972/?format=api",
    "airdate": "2019-07-11T09:51:04-07:00",
    "show": 5880,
    "show_uri": "https://api.kexp.org/v2/shows/5880/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Don't Mind",
    "track_id": "4afc4a38-c7c4-4d99-b9fd-f75ad31ceb78",
    "recording_id": null,
    "artist": "Buzzcocks",
    "artist_ids": [
        "31e9c35b-2675-4632-8596-f9bd9286f6c8"
    ],
    "album": "Love Bites / Another Music In A Different Kitchen",
    "release_id": "d4f702ee-79a4-4bb1-bb3f-85ca44b00306",
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Found on the 1978 debut album <i>Another Music in a Different Kitchen</i> from this Manchester punk band",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}