Information about plays

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

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

{
    "id": 352608,
    "uri": "https://api.kexp.org/v2/plays/352608/?format=api",
    "airdate": "2019-07-10T14:44:32-07:00",
    "show": 5876,
    "show_uri": "https://api.kexp.org/v2/shows/5876/?format=api",
    "image_uri": "http://coverartarchive.org/release/c88af303-c42f-410e-bab6-974bb97e761f/21992075735-250.jpg",
    "thumbnail_uri": "",
    "song": "Modafinil Blues",
    "track_id": "bbc6a4cf-3d0c-476a-8311-90e5ddec85bc",
    "recording_id": null,
    "artist": "Matthew Dear",
    "artist_ids": [
        "3d191c12-be64-4f90-94d8-ac324b2b3544"
    ],
    "album": "Bunny",
    "release_id": "c88af303-c42f-410e-bab6-974bb97e761f",
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2018-10-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"'Modafinil Blues' finds Matthew Dear four years removed from his last LP and lost in the low-hanging gloam of Topanga Canyon. The producer and pop auteur wrote it there in the evening hours with Troy Nōka, a longtime Frank Ocean collaborator. The song hints at conceptual roadblocks requiring more than a simple or single solution; the manifestation of a meteoric spike in cognitive function, yearning for some form of collective freedom, followed by the inevitable descent into the complexity of the fix...\" \nRead more here: https://matthewdear.bandcamp.com/album/modafinil-blues",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}