Information about plays

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

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

{
    "id": 356434,
    "uri": "https://api.kexp.org/v2/plays/356434/?format=api",
    "airdate": "2019-07-19T11:05:00-07:00",
    "show": 5939,
    "show_uri": "https://api.kexp.org/v2/shows/5939/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Waves",
    "track_id": null,
    "recording_id": null,
    "artist": "Hi Crime",
    "artist_ids": [],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self-Released"
    ],
    "label_ids": [],
    "release_date": "2019-07-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Hi Crime play Barboza on Saturday, July 27.<Br><br>Hi Crime is a Seattle-based indie pop band that began in 2015 as a recording project between songwriters Brielle\nRutledge and Mitch Etter. KEXP engineer Kevin Suggs plays pedal steel on \"Waves.\" See the video for \"Waves,\" which was filmed at Golden Gardens in Seattle, here:",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}