Information about plays

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

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

{
    "id": 356047,
    "uri": "https://api.kexp.org/v2/plays/356047/?format=api",
    "airdate": "2019-07-18T13:24:11-07:00",
    "show": 5932,
    "show_uri": "https://api.kexp.org/v2/shows/5932/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stutter-step",
    "track_id": "8ebe7345-0394-4eaf-97db-9a20ee955eeb",
    "recording_id": null,
    "artist": "Antonioni",
    "artist_ids": [
        "e2263290-0f77-478d-99ac-df4b1ea4795f"
    ],
    "album": "The Odds Were All Beating Me",
    "release_id": "6fbb09cb-f790-4eac-bde7-b205e6818faa",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-01-10",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Antonioni will be playing at KEXP and Seattle Center Concerts at The Mural this year along with Cherry Glazerr and Red Ribbon on Friday, August 9th at the Mural Ampitheatre. Don't miss this free event in the Seattle Center! For the full lineup and more information about Concerts At The Mural, follow this link: http://seattlecenter.com/events/featured-events/concerts-at-the-mural\nIn the meantime, check out their brand new music video for the song \"Stutter Step\" from the new EP \"The Odds Were All Beating Me\" https://www.youtube.com/watch?v=nzjbyahC2G4&feature=youtu.be",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}