Information about plays

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

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

{
    "id": 344048,
    "uri": "https://api.kexp.org/v2/plays/344048/?format=api",
    "airdate": "2019-06-20T17:28:35-07:00",
    "show": 5732,
    "show_uri": "https://api.kexp.org/v2/shows/5732/?format=api",
    "image_uri": "http://coverartarchive.org/release/dead431a-4ef9-4ebc-8595-5d5591a92d13/2517691541-250.jpg",
    "thumbnail_uri": "",
    "song": "We Laugh Indoors",
    "track_id": "f9c98b81-b2eb-3d11-b4b2-82610d92b1c6",
    "recording_id": null,
    "artist": "Death Cab for Cutie",
    "artist_ids": [
        "0039c7ae-e1a7-4a7d-9b49-0cbc716821a6"
    ],
    "album": "The Photo Album",
    "release_id": "dead431a-4ef9-4ebc-8595-5d5591a92d13",
    "release_group_id": null,
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2001-10-09",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Photo Album\" is the third studio album by indie rock band Death Cab for Cutie, released October 9, 2001 on Barsuk Records.\n\nThe albums spawned three singles: \"A Movie Script Ending\", \"I Was a Kaleidoscope\", and \"We Laugh Indoors\". All of the singles charted on the UK Singles Chart, with the highest charting song \"I Was a Kaleidoscope\", peaking at number 115. The Photo Album was the first Death Cab for Cutie album to feature charting songs, with \"A Movie Script Ending\" also becoming the first of three songs by the band to eventually feature on the television show The O.C.. It was the only full-length album to feature drummer Michael Schorr.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}