Information about plays

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

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

{
    "id": 369828,
    "uri": "https://api.kexp.org/v2/plays/369828/?format=api",
    "airdate": "2019-08-20T10:07:01-07:00",
    "show": 6166,
    "show_uri": "https://api.kexp.org/v2/shows/6166/?format=api",
    "image_uri": "http://coverartarchive.org/release/066051db-e9ca-4610-a730-edb557923864/22328796626-250.jpg",
    "thumbnail_uri": "",
    "song": "Fixture Picture",
    "track_id": "d3a16cba-d14f-4036-a925-f575077ea6df",
    "recording_id": null,
    "artist": "Aldous Harding",
    "artist_ids": [
        "1d779dfd-d292-48b5-b232-a09687b9881a"
    ],
    "album": "Designer",
    "release_id": "066051db-e9ca-4610-a730-edb557923864",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aldous Harding will perform at The Tractor Tavern on Tuesday, October 15th, and Wednesday, October 16th, 2019.  Here's a review of \"Designer,\" the third album by this talented New Zealand singer-songwriter:  https://pitchfork.com/reviews/albums/aldous-harding-designer/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}