Information about plays

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

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

{
    "id": 343917,
    "uri": "https://api.kexp.org/v2/plays/343917/?format=api",
    "airdate": "2019-06-20T12:28:56-07:00",
    "show": 5731,
    "show_uri": "https://api.kexp.org/v2/shows/5731/?format=api",
    "image_uri": "http://coverartarchive.org/release/51361fcf-9262-4599-8f0c-2e9ba931f754/22484646891-250.jpg",
    "thumbnail_uri": "",
    "song": "The Cruel Millenial",
    "track_id": "05b1dc29-2916-412f-adde-0dabf673219e",
    "recording_id": null,
    "artist": "King Gizzard & The Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Fishing for Fishies",
    "release_id": "51361fcf-9262-4599-8f0c-2e9ba931f754",
    "release_group_id": null,
    "labels": [
        "Flightless"
    ],
    "label_ids": [
        "8e27cad4-8234-4cf2-9b69-3573ae0d83d6"
    ],
    "release_date": "2019-04-26",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song is off their new album \"Fishing for Fishies,\" which was released on April 26, 2019. King Gizzard & The Lizard Wizard will be playing at the Paramount Theatre on Sunday, August 18. \nUntil then, watch this fun show they played at KEXP's gathering space in October 2017 for their album Flying Microtonal Banana: https://www.youtube.com/watch?v=G5Z4bma_tUM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}