Information about plays

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

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

{
    "id": 369878,
    "uri": "https://api.kexp.org/v2/plays/369878/?format=api",
    "airdate": "2019-08-20T13:10:15-07:00",
    "show": 6166,
    "show_uri": "https://api.kexp.org/v2/shows/6166/?format=api",
    "image_uri": "http://coverartarchive.org/release/2adbe630-6e7e-43d3-bcaf-348d5a624492/21244561307-250.jpg",
    "thumbnail_uri": "",
    "song": "Holograms",
    "track_id": "491400dc-bb3d-49ec-aa8a-756f48777c3d",
    "recording_id": null,
    "artist": "Tiny Ruins",
    "artist_ids": [
        "d83f0818-f4c2-4017-bf66-1e8819b207d8"
    ],
    "album": "Olympic Girls",
    "release_id": "2adbe630-6e7e-43d3-bcaf-348d5a624492",
    "release_group_id": null,
    "labels": [
        "Ba Da Bing!"
    ],
    "label_ids": [
        "06d4f1d0-1c13-4648-b666-fce5f03d541f"
    ],
    "release_date": "2019-01-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Holograms\" is an airy track, grounded in Hollie Fullbrook’s vocals. The video follows a girl attempting to set up some sort of lantern satellite. It was inspired by Kate Bush’s “Cloudbusting” video, which features similar shots of a man trying to build a “cloudbuster.”:  https://www.youtube.com/watch?v=QVmZu1360K8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}