Information about plays

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

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

{
    "id": 346498,
    "uri": "https://api.kexp.org/v2/plays/346498/?format=api",
    "airdate": "2019-06-26T14:23:30-07:00",
    "show": 5775,
    "show_uri": "https://api.kexp.org/v2/shows/5775/?format=api",
    "image_uri": "http://coverartarchive.org/release/33784454-bf98-4db5-b017-1ead91822b49/18971747336-250.jpg",
    "thumbnail_uri": "",
    "song": "Crisis Fest",
    "track_id": "696972ee-4fa6-41c7-b7f1-3c366351e1b0",
    "recording_id": null,
    "artist": "Sunflower Bean",
    "artist_ids": [
        "e8160bb0-f4ba-4577-9e82-04d8f7ddcca4"
    ],
    "album": "Twentytwo in Blue",
    "release_id": "33784454-bf98-4db5-b017-1ead91822b49",
    "release_group_id": null,
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2018-03-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The NYC band is playing a few shows around the U.S this summer.  https://sunflowerbean.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}