Information about plays

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

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

{
    "id": 372627,
    "uri": "https://api.kexp.org/v2/plays/372627/?format=api",
    "airdate": "2019-08-26T17:17:20-07:00",
    "show": 6207,
    "show_uri": "https://api.kexp.org/v2/shows/6207/?format=api",
    "image_uri": "http://coverartarchive.org/release/d5d1ba71-0cba-37c0-ad69-00511dca7bf0/11237543533-250.jpg",
    "thumbnail_uri": "",
    "song": "Winter Wooskie",
    "track_id": "99cbb61a-82f2-3d0d-9868-87e92f4b333d",
    "recording_id": null,
    "artist": "Belle and Sebastian",
    "artist_ids": [
        "e5c7b94f-e264-473c-bb0f-37c85d4d5c70"
    ],
    "album": "Legal Man",
    "release_id": "d5d1ba71-0cba-37c0-ad69-00511dca7bf0",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2000-06-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the mixtape \"Winterlong\" by Greg Higgins.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}