Information about plays

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

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

{
    "id": 356945,
    "uri": "https://api.kexp.org/v2/plays/356945/?format=api",
    "airdate": "2019-07-20T18:01:00-07:00",
    "show": 5948,
    "show_uri": "https://api.kexp.org/v2/shows/5948/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "War On This World",
    "track_id": null,
    "recording_id": null,
    "artist": "Jody Glenham and the Dreamers",
    "artist_ids": [],
    "album": "War On This World",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self-Released"
    ],
    "label_ids": [],
    "release_date": "2019-07-26",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Jody Glenham is a Canadian musician based in Vancouver, BC. Jody is often joined by her six-piece backing band, The Dreamers. The new song 'War On This World' is out Friday, July 26th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}