Information about plays

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

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

{
    "id": 350398,
    "uri": "https://api.kexp.org/v2/plays/350398/?format=api",
    "airdate": "2019-07-05T09:29:44-07:00",
    "show": 5834,
    "show_uri": "https://api.kexp.org/v2/shows/5834/?format=api",
    "image_uri": "http://coverartarchive.org/release/81fb62b7-b1ea-3887-92b9-bb2e1e5a29df/8067252389-250.jpg",
    "thumbnail_uri": "",
    "song": "Penetration",
    "track_id": "36668ff6-ff68-3292-9c54-8493b9a52b47",
    "recording_id": null,
    "artist": "Iggy and The Stooges",
    "artist_ids": [
        "1253e5e9-eaa7-4ce6-81b8-09725e8cee43"
    ],
    "album": "Raw Power",
    "release_id": "81fb62b7-b1ea-3887-92b9-bb2e1e5a29df",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Over the years, the Michigan-born rocker James Osterberg Jr. — better known by his stage persona, Iggy Pop — has earned a reputation as “the Godfather of Punk.”  Read a New York Times interview with Mr. Pop:  https://www.nytimes.com/2019/03/15/arts/television/iggy-pop-punk-epix.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}