Information about plays

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

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

{
    "id": 355925,
    "uri": "https://api.kexp.org/v2/plays/355925/?format=api",
    "airdate": "2019-07-18T06:20:02-07:00",
    "show": 5930,
    "show_uri": "https://api.kexp.org/v2/shows/5930/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can't Help You Anymore",
    "track_id": "4e90d978-e2bc-3f1d-adef-b4da8b046ddf",
    "recording_id": null,
    "artist": "Sugar",
    "artist_ids": [
        "e3347fbd-2595-480e-926d-278566debf9d"
    ],
    "album": "File Under: Easy Listening",
    "release_id": "e2a70343-ce20-4487-8c1b-627224b044e7",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1994-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The second (and final) album from Sugar, led by Husker Du's Bob Mould",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}