Information about plays

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

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

{
    "id": 380434,
    "uri": "https://api.kexp.org/v2/plays/380434/?format=api",
    "airdate": "2019-09-13T14:46:00-07:00",
    "show": 6331,
    "show_uri": "https://api.kexp.org/v2/shows/6331/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Desire Lines",
    "track_id": "77c0a1ce-0c1b-304f-8065-9d75afe5395b",
    "recording_id": null,
    "artist": "Deerhunter",
    "artist_ids": [
        "4f416ed7-dda2-45de-a6f1-b986e861cf4b"
    ],
    "album": "Halcyon Digest",
    "release_id": "6651795a-e914-474b-a67e-9630b12b57f4",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [],
    "release_date": "2010-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bradford Cox wrote, \"The album's title is a reference to a collection of fond memories and even invented ones, like my friendship with Ricky Wilson or the fact that I live in an abandoned victorian autoharp factory. The way that we write and rewrite and edit our memories to be a digest version of what we want to remember, and how that's kind of sad.\"   It is the band's last album to feature bass guitarist Joshua Fauver.  https://bit.ly/2kLHD6f",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}