Information about plays

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

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

{
    "id": 2675955,
    "uri": "https://api.kexp.org/v2/plays/2675955/?format=api",
    "airdate": "2019-12-20T14:51:30-08:00",
    "show": 46176,
    "show_uri": "https://api.kexp.org/v2/shows/46176/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas, It's Not a Biggie",
    "track_id": "4515b5ee-2da2-4cd7-acaf-23d943fe2863",
    "recording_id": null,
    "artist": "Say Sue Me",
    "artist_ids": [
        "6533674b-9d30-4328-bdfe-92318e12e53a"
    ],
    "album": "Christmas, It's Not a Biggie",
    "release_id": "cfef5b1a-9082-40cb-8aa5-fed036bf2ae0",
    "release_group_id": null,
    "labels": [
        "Damnably"
    ],
    "label_ids": [
        "3f19f500-a241-45e2-8c46-4f309d81a054"
    ],
    "release_date": "2018-12-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Following well-anticipated showcases at SXSW in 2018, Say Sue Me released sophomore album [Where We Were Together] and a Record Store Day special covers EP [It’s Just A Short Walk!] and the [Just Joking Around] single. Their blend of indie rock, dream pop and surf has been widely met with critical acclaim from the likes of Pitchfork, The Fader, Stereogum, NPR, KEXP, i-D, Dazed, ELLE, DIY, BBC6Music's Lauren Laverne, Gideon Coe and Tom Ravenscroft and many more.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}