Information about plays

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

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

{
    "id": 356957,
    "uri": "https://api.kexp.org/v2/plays/356957/?format=api",
    "airdate": "2019-07-20T18:47:00-07:00",
    "show": 5948,
    "show_uri": "https://api.kexp.org/v2/shows/5948/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "not yr sweetheart",
    "track_id": "eab2c316-7132-4aeb-a8d2-890ac9a1fbe0",
    "recording_id": null,
    "artist": "jock tears",
    "artist_ids": [
        "05f0397f-995b-4dfc-bd10-7b4e8fd6e857"
    ],
    "album": "bad boys",
    "release_id": "66b13215-966e-4076-9e5d-528adaad30bb",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-09-28",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "jock tears is a sensitive, sporty & sassy four piece microtonal band from Vancouver, Canada. On August 2nd jock tears play the KEXP Concerts at the Mural series with Wolf Parade and Dumb.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}