Information about plays

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

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

{
    "id": 356546,
    "uri": "https://api.kexp.org/v2/plays/356546/?format=api",
    "airdate": "2019-07-19T17:20:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nobody",
    "track_id": "f88bf285-555d-4fab-9f08-465bb88ff511",
    "recording_id": null,
    "artist": "Mitski",
    "artist_ids": [
        "fa58cf24-0e44-421d-8519-8bf461dcfaa5"
    ],
    "album": "Be the Cowboy",
    "release_id": "eac526e5-ca5e-4380-94e9-f0a54702e4d6",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [],
    "release_date": "2018-08-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing the Main Stage at Capitol Hill Block Party from 7:30-8:30pm tonight in Seattle!  <br><br>The title of the album “is a kind of joke,” Mitski says. “There was this artist I really loved who used to have such a cowboy swagger. They were so electric live. With a lot of the romantic infatuations I’ve had, when I look back, I wonder, Did I want them or did I want to be them? Did I love them or did I want to absorb whatever power they had? I decided I could just be my own cowboy.” There is plenty of buoyant swagger to the album, but just as much interrogation into self-mythology. The music swerves from the cheerful to the plaintive. Mournful piano ballads lead into deceptively up-tempo songs like “Nobody” where our cowboy admits, “I know no one will save me/ I just need someone to kiss.\"<br><br>Watch Mitski break down \"Nobody\" like nobody's business in this enchanting video: www.youtube.com/watch?v=G30AtDEc5Do",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}