Information about plays

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

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

{
    "id": 376198,
    "uri": "https://api.kexp.org/v2/plays/376198/?format=api",
    "airdate": "2019-09-03T19:57:00-07:00",
    "show": 6263,
    "show_uri": "https://api.kexp.org/v2/shows/6263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "l'abbraccione",
    "track_id": null,
    "recording_id": null,
    "artist": "Amy Denio",
    "artist_ids": [
        "3d65d720-57fa-4c76-b00f-dca4abd7ca19"
    ],
    "album": "The Big Embrace",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Spoot Music"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Amy Denio is an avant-guarde jazz musician, and also creates soundtracks for modern dance, film and theater. See her October 11/12 in a performance titled \"Truth Is Up For Grabs\" at The Chapel Performance Space at the Good Shepherd Center",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}