Information about plays

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

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

{
    "id": 346088,
    "uri": "https://api.kexp.org/v2/plays/346088/?format=api",
    "airdate": "2019-06-25T18:22:00-07:00",
    "show": 5770,
    "show_uri": "https://api.kexp.org/v2/shows/5770/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Colors",
    "track_id": null,
    "recording_id": null,
    "artist": "Gui Boratto",
    "artist_ids": [
        "f3e2ad21-900e-46a0-8597-2a3e457a7c27"
    ],
    "album": "Take My Breathe Away",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Kompakt"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Take My Breath Away is a 2009 release by Brazilian DJ and producer Gui Boratto on German label Kompakt.  In the 1990s, he was a member of Sect. On stage, Boratto uses a laptop equipped with Ableton Live, a JazzMutant Lemur, a monome and an Akai APC40. He sometimes invites a guitar player to join him.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}