Information about plays

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

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

{
    "id": 349713,
    "uri": "https://api.kexp.org/v2/plays/349713/?format=api",
    "airdate": "2019-07-03T18:33:50-07:00",
    "show": 5825,
    "show_uri": "https://api.kexp.org/v2/shows/5825/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wade in the Water",
    "track_id": "dcc31565-2385-4c08-9ea8-c3a0c411e3b7",
    "recording_id": null,
    "artist": "The Chambers Brothers",
    "artist_ids": [
        "5c51de66-d15e-48ed-9402-0f17ba2dfc52"
    ],
    "album": "Love, Peace and Happiness / Live at Bill Graham's Fillmore East",
    "release_id": "e34a6082-cb43-458e-b672-e113fb05fe20",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1969-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded live at Bill Graham’s Fillmore East ; video of this song live the same year this double-album was released: https://www.youtube.com/watch?v=2Q6h1OCAuxg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}