Information about plays

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

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

{
    "id": 355364,
    "uri": "https://api.kexp.org/v2/plays/355364/?format=api",
    "airdate": "2019-07-17T01:12:38-07:00",
    "show": 5923,
    "show_uri": "https://api.kexp.org/v2/shows/5923/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "BNND WDTH",
    "track_id": null,
    "recording_id": null,
    "artist": "Moonbow",
    "artist_ids": [],
    "album": "BNND WDTH",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "West Friends"
    ],
    "label_ids": [
        "21ce7e5e-7b36-4bc3-a1a9-374bcc2f3b94"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ace new single from London's Eleanor Hardwick aka Moonbow, with a sunrise-set ready remix on the B-side by Toronto's Ciel - https://westfriends.bandcamp.com/album/bnnd-wdth",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}