Information about plays

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

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

{
    "id": 349687,
    "uri": "https://api.kexp.org/v2/plays/349687/?format=api",
    "airdate": "2019-07-03T17:18:00-07:00",
    "show": 5824,
    "show_uri": "https://api.kexp.org/v2/shows/5824/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jean Genie",
    "track_id": "1f938971-7f4c-363e-8afb-b345bf09877e",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Changesbowie",
    "release_id": "551b8e61-c2e8-3d91-8374-efb863f6af46",
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [],
    "release_date": "1990-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Today marks the day David Bowie committed \"Rock and Roll\" suicide on the last leg of his Ziggy Stardust tour in 1973.  Playing the final show as Ziggy.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}