Information about plays

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

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

{
    "id": 351777,
    "uri": "https://api.kexp.org/v2/plays/351777/?format=api",
    "airdate": "2019-07-08T16:49:49-07:00",
    "show": 5862,
    "show_uri": "https://api.kexp.org/v2/shows/5862/?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": "Catch the Sarah Pasillas led outfit at KEXP + Seattle Center's Concerts at the Mural on 8/9 with Cherry Glazerr and Red Ribbon. Full line-up at KEXP.ORG! https://antonioni.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}