Information about plays

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

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

{
    "id": 346031,
    "uri": "https://api.kexp.org/v2/plays/346031/?format=api",
    "airdate": "2019-06-25T16:23:00-07:00",
    "show": 5769,
    "show_uri": "https://api.kexp.org/v2/shows/5769/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shine a Light",
    "track_id": "599567e1-00a8-4075-ae9f-29de1e716046",
    "recording_id": null,
    "artist": "Shabazz Palaces",
    "artist_ids": [
        "6462c4f6-6f69-4636-a835-02eebe81c90f"
    ],
    "album": "Quazarz: Born on a Gangster Star",
    "release_id": "9b773ef0-ff9d-4942-9b84-557cb6e85691",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [],
    "release_date": "2017-07-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "According to the group, this album \"continues the tale of Quazars, a sentient being from somewhere else, an observer sent here to Amurderca to chronicle and explore as a musical emissary. What he finds in our world is a cutthroat place, a landscape where someone like him could never quite feel comfortable amidst all the brutality and alternative facts and death masquerading as connectivity.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}