Information about plays

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

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

{
    "id": 349030,
    "uri": "https://api.kexp.org/v2/plays/349030/?format=api",
    "airdate": "2019-07-02T12:27:21-07:00",
    "show": 5817,
    "show_uri": "https://api.kexp.org/v2/shows/5817/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lover, You Should've Come Over",
    "track_id": "16623f90-b596-3720-af31-a4716072ab35",
    "recording_id": null,
    "artist": "Jeff Buckley",
    "artist_ids": [
        "e6e879c0-3d56-4f12-b3c5-3ce459661a8e"
    ],
    "album": "Grace",
    "release_id": "57109e69-326f-330a-b8b0-df9f6ac42820",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2004-08-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Buckley was very coy about revealing the subjects of his songs, but there's a good chance that he wrote this one about the breakup of his relationship with singer and artist Rebecca Moore. Buckley met Moore in New York after she'd come to one of his concerts. The dated for a while before Buckley released his debut album, \"Grace,\" which contains this song about longing for a lover and seeking absolution for his misdeeds.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}