Information about plays

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

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

{
    "id": 374388,
    "uri": "https://api.kexp.org/v2/plays/374388/?format=api",
    "airdate": "2019-08-30T07:48:41-07:00",
    "show": 6229,
    "show_uri": "https://api.kexp.org/v2/shows/6229/?format=api",
    "image_uri": "http://coverartarchive.org/release/92c63284-fef5-43e3-861b-194dc5846883/1258755130-250.jpg",
    "thumbnail_uri": "",
    "song": "I Don’t Blame You",
    "track_id": "f1ece441-dd95-31ce-9976-ff378ceecc91",
    "recording_id": null,
    "artist": "Cat Power",
    "artist_ids": [
        "05755bf1-380c-487f-983f-d1a02401fa28"
    ],
    "album": "You Are Free",
    "release_id": "92c63284-fef5-43e3-861b-194dc5846883",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2003-02-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Writing about Garret, her fiance and partner, Carly says, \"He was a music lover, a curious explorer of this world, a protector of the underprivileged, an amazing son, and an all-around incredible human being. He was my best friend.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}