Information about plays

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

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

{
    "id": 346006,
    "uri": "https://api.kexp.org/v2/plays/346006/?format=api",
    "airdate": "2019-06-25T14:56:00-07:00",
    "show": 5769,
    "show_uri": "https://api.kexp.org/v2/shows/5769/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rock & Roll (full-length version)",
    "track_id": "9c32af5a-5bed-386b-9bf7-2e26f8d97c7a",
    "recording_id": null,
    "artist": "The Velvet Underground",
    "artist_ids": [
        "94b0fb9d-a066-4823-b2ec-af1d324bcfcf"
    ],
    "album": "Loaded",
    "release_id": "2e2f6eb0-c282-3494-95af-28824bb39392",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In the liner notes to the Velvet Underground's box set Peel Slowly and See, Lou Reed wrote, \"'Rock and Roll' is about me. If I hadn't heard rock and roll on the radio, I would have had no idea there was life on this planet. Which would have been devastating - to think that everything, everywhere was like it was where I come from. That would have been profoundly discouraging. Movies didn't do it for me. TV didn't do it for me. It was the radio that did it.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}