Information about plays

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

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

{
    "id": 352929,
    "uri": "https://api.kexp.org/v2/plays/352929/?format=api",
    "airdate": "2019-07-11T07:44:45-07:00",
    "show": 5880,
    "show_uri": "https://api.kexp.org/v2/shows/5880/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lifetime Piling Up",
    "track_id": "fc03a8c7-a6b1-3648-aef8-20747f437fa1",
    "recording_id": null,
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Once in a Lifetime",
    "release_id": "a0e0a03b-55ac-3c13-b2cd-28ada90a2cf1",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2003-11-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Lifetime Piling Up\" was a new track that first appeared on Talking Heads 1992 compilation album <i>Sand in the Vaseline: Popular Favorites</i>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}