Information about plays

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

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

{
    "id": 350229,
    "uri": "https://api.kexp.org/v2/plays/350229/?format=api",
    "airdate": "2019-07-04T23:24:25-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I’m Afraid of Americans",
    "track_id": "179aa765-9aac-347e-b20d-25161967318b",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Earthling",
    "release_id": "a9ed2927-fc39-461f-8115-cd77c15bf918",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2004-03-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I'm Afraid of Americans\" is a single by David Bowie from the 1997 album Earthling. The song, co-written by Bowie and Brian Eno, was originally written during Bowie's studio sessions for the 1995 album Outside but was not released until a rough mix appeared on the soundtrack to the film Showgirls, and was subsequently remade for Earthling.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}