Information about plays

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

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

{
    "id": 347322,
    "uri": "https://api.kexp.org/v2/plays/347322/?format=api",
    "airdate": "2019-06-28T07:03:00-07:00",
    "show": 5784,
    "show_uri": "https://api.kexp.org/v2/shows/5784/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Frank",
    "track_id": "ffcdaa33-367a-43cb-89cd-22b32adc18bd",
    "recording_id": null,
    "artist": "Just Mustard",
    "artist_ids": [
        "7bab7a05-8b0f-4778-b0b8-02dd6deb463a"
    ],
    "album": "Frank",
    "release_id": "abfbf02b-b631-4b66-aec4-5c9697df1cc6",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-15",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Singer Katie Ball said of the video for \"Frank\": “We thought it would be interesting to use stop motion animation to emphasise the broken rhythms of the song. Every character and prop in the video and their interactions represents a different musical or thematic element of the song to us. We wrote and directed it together as a band and collaborated with filmmaker Tim Shearwood who shot and edited it.”:  https://www.youtube.com/watch?v=2121UMmk_M0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}