Information about plays

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

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

{
    "id": 349042,
    "uri": "https://api.kexp.org/v2/plays/349042/?format=api",
    "airdate": "2019-07-02T13:12:59-07:00",
    "show": 5817,
    "show_uri": "https://api.kexp.org/v2/shows/5817/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "White Light/White Heat (live)",
    "track_id": "35a1343d-efe0-3341-b49d-2193404ab4d6",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Sound + Vision",
    "release_id": "2eaa2756-b611-4709-bf8a-f661583a6256",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is a cover of the song by The Velvet Underground.  David Bowie was a great Velvets fan and performed it since 1971.  (His album of that year, \"Hunky Dory,\" features a credit to the song for having inspired Bowie's \"Queen Bitch\").",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}