Information about plays

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

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

{
    "id": 345883,
    "uri": "https://api.kexp.org/v2/plays/345883/?format=api",
    "airdate": "2019-06-25T08:31:45-07:00",
    "show": 5767,
    "show_uri": "https://api.kexp.org/v2/shows/5767/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stitch It Up",
    "track_id": "c97fd914-2b0f-4e0b-bd17-1f098cc0b74f",
    "recording_id": null,
    "artist": "Mark Lanegan Band",
    "artist_ids": [
        "19f40952-e3ba-44ba-87b2-218e2744fb58"
    ],
    "album": "Somebody's Knocking",
    "release_id": "0d5c187d-bec0-4f16-a983-a908f5901518",
    "release_group_id": null,
    "labels": [
        "Heavenly"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2019-10-18",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lanegan stars in a new music video for the single “Stitch It Up,” the first time he’s appeared in one of his own videos for 15 years. The video also features Donal Logue as Jimmy The Cab Driver, an unfortunately boisterous character he used to portray on MTV in the ’90s. Throughout the video, Lanegan re-enters Jimmy’s cab several times around Los Angeles in varying outfits.  Here's the video:  https://bit.ly/31VAT6w",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}