Information about plays

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

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

{
    "id": 355666,
    "uri": "https://api.kexp.org/v2/plays/355666/?format=api",
    "airdate": "2019-07-17T17:02:57-07:00",
    "show": 5926,
    "show_uri": "https://api.kexp.org/v2/shows/5926/?format=api",
    "image_uri": "http://coverartarchive.org/release/e0d7ede8-85be-4a35-8a13-34204d0ec1dd/23362381215-250.jpg",
    "thumbnail_uri": "",
    "song": "No Bullets Spent",
    "track_id": "dba0a63c-5467-4cb6-a043-815754e6d3c2",
    "recording_id": null,
    "artist": "Spoon",
    "artist_ids": [
        "84eac621-1c5a-49a1-9500-555099c6e184"
    ],
    "album": "No Bullets Spent",
    "release_id": "e0d7ede8-85be-4a35-8a13-34204d0ec1dd",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2019-06-19",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spoon have announced they'll be releasing their first ever greatest hits collection titled <i>Everything Hits at Once </i> (named for a song from <i>Girls Can Tell</i>) out July 26th via Matador. They've shared the previously unreleased track \"No Bullets Spent,\" which you can stream here. https://www.kexp.org/read/2019/6/19/spoon-share-new-single-announce-greatest-hits-collection/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}