Information about plays

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

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

{
    "id": 371226,
    "uri": "https://api.kexp.org/v2/plays/371226/?format=api",
    "airdate": "2019-08-23T08:57:21-07:00",
    "show": 6183,
    "show_uri": "https://api.kexp.org/v2/shows/6183/?format=api",
    "image_uri": "http://coverartarchive.org/release/7b952493-a2a9-4470-92b0-642fd46d191c/9837414845-250.jpg",
    "thumbnail_uri": "",
    "song": "Brothers Gonna Work It Out",
    "track_id": "8db27749-a525-3509-87b5-c212b85f451c",
    "recording_id": null,
    "artist": "Public Enemy",
    "artist_ids": [
        "bf2e15d0-4b77-469e-bfb4-f8414415baca"
    ],
    "album": "Fear of a Black Planet",
    "release_id": "7b952493-a2a9-4470-92b0-642fd46d191c",
    "release_group_id": null,
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“No one has been able to approach the political power that Public Enemy brought to hip-hop,” Adam Yauch of the Beastie Boys told Rolling Stone in 2004.  Read Public Enemy's biography at the Rock Hall of Fame:  https://www.rockhall.com/inductees/public-enemy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}