Information about plays

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

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

{
    "id": 354290,
    "uri": "https://api.kexp.org/v2/plays/354290/?format=api",
    "airdate": "2019-07-14T12:23:36-07:00",
    "show": 5906,
    "show_uri": "https://api.kexp.org/v2/shows/5906/?format=api",
    "image_uri": "http://coverartarchive.org/release/cac50816-5084-438f-8118-2b88881cd8fd/23033644091-250.jpg",
    "thumbnail_uri": "",
    "song": "Weather",
    "track_id": "feac4e38-7f73-45ed-bdfd-60a1ec6cf636",
    "recording_id": null,
    "artist": "Tycho",
    "artist_ids": [
        "cbef45a9-7acb-4325-94c9-70081ac8d1b8"
    ],
    "album": "Weather",
    "release_id": "cac50816-5084-438f-8118-2b88881cd8fd",
    "release_group_id": null,
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tycho will be at the Paramount Theatre on Sep 8. They visited KEXP in 2014 - check it out here: https://www.youtube.com/watch?v=c_56qQqxvm4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}