Information about plays

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

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

{
    "id": 356412,
    "uri": "https://api.kexp.org/v2/plays/356412/?format=api",
    "airdate": "2019-07-19T09:45:00-07:00",
    "show": 5938,
    "show_uri": "https://api.kexp.org/v2/shows/5938/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Die Young (Alice in Chains!!!)",
    "track_id": null,
    "recording_id": null,
    "artist": "School of Rock",
    "artist_ids": [
        "ac482caf-28e1-464b-b64f-14c8653ae6c1"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [],
    "release_date": "2019-07-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": true,
    "comment": "This was the Alice in Chains' first single, released in 1990 ahead of \"Man In The Box.\" It was the title track of a 3-song EP that was their first release on Columbia Records. Layne Staley (in 1991): \"We Die Young is about gang violence. That was something that was happening in Seattle, something that kinda opened our eyes. It just seemed like things were getting out of hand. Incidents where kids were getting shot, and getting their tennis shoes ripped off their dead bodies. It just seems like these kids are dying at younger and younger ages and getting involved in gang activity.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}