Information about plays

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

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

{
    "id": 355043,
    "uri": "https://api.kexp.org/v2/plays/355043/?format=api",
    "airdate": "2019-07-16T09:52:51-07:00",
    "show": 5919,
    "show_uri": "https://api.kexp.org/v2/shows/5919/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "7",
    "track_id": "7502c5d2-238a-488e-a760-ec306b8d98c3",
    "recording_id": null,
    "artist": "Avalanche Party",
    "artist_ids": [
        "fc5d6601-d51e-4ea6-9ed5-fb4206dc5c64"
    ],
    "album": "7",
    "release_id": "2508e4dd-6b32-4fe9-84e9-291130b65e0b",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-06-07",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See Avalanche Party performing \"7\" live at Studio 9294 in Hackney Wick, London, during KEXP's International Clash Day broadcast. Amazing performance!  https://bit.ly/2JyYIdg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}