Information about plays

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

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

{
    "id": 355195,
    "uri": "https://api.kexp.org/v2/plays/355195/?format=api",
    "airdate": "2019-07-16T18:57:03-07:00",
    "show": 5922,
    "show_uri": "https://api.kexp.org/v2/shows/5922/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Closer to Us",
    "track_id": "9b7400f4-c6fa-481d-aebe-f59c7cfb9da3",
    "recording_id": null,
    "artist": "Big World Breaks",
    "artist_ids": [
        "5f43a05e-2103-4dfb-8fdd-6be0b594d000"
    ],
    "album": "Soul of Seattle",
    "release_id": "713d29db-4397-4048-86a6-92368506b851",
    "release_group_id": null,
    "labels": [
        "Empathy Recordings"
    ],
    "label_ids": [
        "bb403097-6581-45a0-b210-2215cef082d0"
    ],
    "release_date": "2012-02-21",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle. A merger of 1940s era jazz big band, Spanish Harlem style boogaloo from the ’70s, and the Roots circa 1990 https://www.youtube.com/watch?v=0IuPP8AI0gM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}