Information about plays

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

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

{
    "id": 376498,
    "uri": "https://api.kexp.org/v2/plays/376498/?format=api",
    "airdate": "2019-09-04T11:02:28-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shoulderblades",
    "track_id": "d4a2ab6c-b94b-47d9-9578-cbfce62e3cf2",
    "recording_id": null,
    "artist": "Girl Band",
    "artist_ids": [
        "9018ba16-a391-4a08-af8c-21cdc52672c2"
    ],
    "album": "The Talkies",
    "release_id": "27c28955-7b9f-418b-9875-90252e76f5f0",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2019-09-27",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Girl Band will be releasing their new album later this month. The band has shared the lead single “Shoulderblades” along with a video. Stereogum says 'This one is a return to their all-consuming form, and its gnarly, acetic underbelly makes most other “indie” rock feel like child’s play. It’s noisy and pulsating — at times heavy on the psyche as there’s a palpable battle for space occupation. It opens with a vacillating atmosphere, and shrieking guitars seem go in and out of focus around the lyrics. As the drums kick in, lead singer Dara Kiely eerily screams, only adding to the push and pull felt with the lack of melodic consistency.\" Read the full article and watch the video here: https://bit.ly/2k4kDPM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}