Information about plays

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

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

{
    "id": 342876,
    "uri": "https://api.kexp.org/v2/plays/342876/?format=api",
    "airdate": "2019-06-18T08:13:52-07:00",
    "show": 5718,
    "show_uri": "https://api.kexp.org/v2/shows/5718/?format=api",
    "image_uri": "http://coverartarchive.org/release/8054baaf-a4a7-478b-ae87-3f7431d2dd4c/11833426345-250.jpg",
    "thumbnail_uri": "",
    "song": "Downtown",
    "track_id": "16fab4df-c0b0-40e9-a419-0da6455d2940",
    "recording_id": null,
    "artist": "Majical Cloudz",
    "artist_ids": [
        "096832e7-13c0-45f3-bb2a-2b9e75f65a23"
    ],
    "album": "Are You Alone?",
    "release_id": "8054baaf-a4a7-478b-ae87-3f7431d2dd4c",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2015-10-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band is/was fronted by singer Devon Welsh whose father Kenneth Welsh is known as the multi-faceted villain, Windom Earle, in Twin Peaks and played the father of Katharine Hepburn as portrayed by Cate Blanchett in Martin Scorsese's The Aviator.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}