Information about plays

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

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

{
    "id": 352431,
    "uri": "https://api.kexp.org/v2/plays/352431/?format=api",
    "airdate": "2019-07-10T04:32:00-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Next Fix",
    "track_id": null,
    "recording_id": null,
    "artist": "Crack Cloud",
    "artist_ids": [
        "c641bdb4-2ec3-4889-96f8-ea44a70604f9"
    ],
    "album": "The Next Fix",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Meat Machine"
    ],
    "label_ids": [],
    "release_date": "2019-05-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"We made 'The Next Fix' to remember the people we’ve lost to suicide and drug overdose,\" Crack Cloud said in an email. \"This is Part One of the PAIN OLYMPICS series, made DIY by the Crack Cloud Collective. Modeled around harm reduction philosophy, we operate as a rehabilitative outlet for a revolving cast of artists based out of the West Coast and abroad. By providing asylum for the disenfranchised, we advocate for a culture of healing and greater intersectional connectivity.\" https://www.thefader.com/2019/05/03/crack-clouds-video-for-the-next-fix-is-enrapturing-and-urgent",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}