Information about plays

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

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

{
    "id": 344040,
    "uri": "https://api.kexp.org/v2/plays/344040/?format=api",
    "airdate": "2019-06-20T17:13:39-07:00",
    "show": 5732,
    "show_uri": "https://api.kexp.org/v2/shows/5732/?format=api",
    "image_uri": "http://coverartarchive.org/release/6fa97915-7067-3624-b24f-f9bd03ba534a/20821165408-250.jpg",
    "thumbnail_uri": "",
    "song": "Hello Operator",
    "track_id": "2612b2e9-ec6f-3de8-a1c3-4ebec5013510",
    "recording_id": null,
    "artist": "The White Stripes",
    "artist_ids": [
        "11ae9fbb-f3d7-4a47-936f-4c0a04d3b3b5"
    ],
    "album": "De Stijl",
    "release_id": "6fa97915-7067-3624-b24f-f9bd03ba534a",
    "release_group_id": null,
    "labels": [
        "Sympathy for the Record Industry"
    ],
    "label_ids": [
        "5080c956-1501-4a2b-ae59-161edab8a4f0"
    ],
    "release_date": "2000-06-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 2000 The White Stripes released their second studio album, \"De Stijl\". De Stijl (\"the style\" in English) was a Dutch art movement (including the painter Mondrian). Vocalist Jack White had been an admirer of the style for some time, especially of furniture designer Gerrit Rietveld. Rietveld designed the Rietveld Schröder House, which Jack and Meg White visited while on tour in the Netherlands. \"De Stijl\" was dedicated to both Rietveld and Blind Willie McTell.\nIt was after the tour began for \"De Stijl\" that Jack finally closed his upholstery shop.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}