Information about plays

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

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

{
    "id": 369364,
    "uri": "https://api.kexp.org/v2/plays/369364/?format=api",
    "airdate": "2019-08-19T06:47:56-07:00",
    "show": 6159,
    "show_uri": "https://api.kexp.org/v2/shows/6159/?format=api",
    "image_uri": "http://coverartarchive.org/release/b9483cff-9cb3-4802-929f-b54152971b7a/11326562365-250.jpg",
    "thumbnail_uri": "",
    "song": "Breaker",
    "track_id": "feb87e95-826e-4987-aa18-3cdf306e6b1b",
    "recording_id": null,
    "artist": "Deerhunter",
    "artist_ids": [
        "4f416ed7-dda2-45de-a6f1-b986e861cf4b"
    ],
    "album": "Fading Frontier",
    "release_id": "b9483cff-9cb3-4802-929f-b54152971b7a",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2015-10-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Apparently at the recent Deerhunter show at the Showbox, someone in the crowd yelled at Deerhunter's Bradford Cox, which led to him inviting her up onstage for a discussion about Twin Peaks and cultural appropriation. Read more, and watch the video over at Stereogum if you're curious. 🤔 https://www.stereogum.com/2051988/deerhunter-bradford-cox-heckler-cultural-appropriation/video/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}