Information about plays

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

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

{
    "id": 356058,
    "uri": "https://api.kexp.org/v2/plays/356058/?format=api",
    "airdate": "2019-07-18T14:02:32-07:00",
    "show": 5933,
    "show_uri": "https://api.kexp.org/v2/shows/5933/?format=api",
    "image_uri": "http://coverartarchive.org/release/1dffadb5-226c-4a93-a1cb-5a59164aea44/3138309389-250.jpg",
    "thumbnail_uri": "",
    "song": "Drift Away",
    "track_id": "45d15a83-0436-3d7c-8596-65a7fd5d2ce9",
    "recording_id": null,
    "artist": "Bleeding Rainbow",
    "artist_ids": [
        "73fe1c5a-d6da-4606-8b76-a5e95408c547"
    ],
    "album": "Yeah Right",
    "release_id": "1dffadb5-226c-4a93-a1cb-5a59164aea44",
    "release_group_id": null,
    "labels": [
        "Kanine Records"
    ],
    "label_ids": [
        "60f34206-2688-499c-8b55-c7ec1510517f"
    ],
    "release_date": "2012-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bleeding Rainbow was a Philadelphia-based band that was originally composed of singer/bassist Sarah Everton - also the drummer when they played as Reading Rainbow - and singer/guitarist Rob Garcia, though the group was expanded to include drummer Greg Frantz and lead guitarist Al Creedon. While still performing as a duo, Everton and Garcia released two full-length albums under the name Reading Rainbow, \"Mystical Participation\", and \"Prism Eyes\" on HoZac Records. The band's third release and their first under their new moniker, \"Yeah Right\", saw the band signing to Brooklyn-based label Kanine Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}