Information about plays

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

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

{
    "id": 349017,
    "uri": "https://api.kexp.org/v2/plays/349017/?format=api",
    "airdate": "2019-07-02T11:38:47-07:00",
    "show": 5817,
    "show_uri": "https://api.kexp.org/v2/shows/5817/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Easy Listener",
    "track_id": "0ec37284-78e1-4bf0-9e77-e6c3f9f6b0f0",
    "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": false,
    "is_request": false,
    "is_live": false,
    "comment": "Antonioni will join Cherry Glazerr and Red Ribbon for KEXP and Seattle Center's Concerts at the Mural on Friday, August 9th, 2019.  antonioni will also be playing Barboza on Wednesday, July 17th, and Chop Suey on Wednesday, July 31st, 2019.: https://www.antonioniband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}