Information about plays

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

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

{
    "id": 343635,
    "uri": "https://api.kexp.org/v2/plays/343635/?format=api",
    "airdate": "2019-06-19T20:17:00-07:00",
    "show": 5727,
    "show_uri": "https://api.kexp.org/v2/shows/5727/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Clean Water",
    "track_id": "4480990f-d071-38ff-93f3-bf0a78beeb73",
    "recording_id": null,
    "artist": "Dr. John & the Lower 911",
    "artist_ids": [
        "ecaca7ba-dd5c-4684-9c54-a267364a1034"
    ],
    "album": "Sippiana Hericane",
    "release_id": "355972fb-4892-4454-8b64-7881f51e91fc",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [],
    "release_date": "2005-11-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bobby Charles tune ; this album was recorded in 2005 as a benefit for the New Orleans Musicians Clinic, the Jazz Foundation of America and the Voice of the Wetlands ; remembering the great Dr. John tonight here in The Roadhouse.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}