Information about plays

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

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

{
    "id": 376478,
    "uri": "https://api.kexp.org/v2/plays/376478/?format=api",
    "airdate": "2019-09-04T10:01:00-07:00",
    "show": 6266,
    "show_uri": "https://api.kexp.org/v2/shows/6266/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Act We Act",
    "track_id": "db7ec892-e0cc-38e2-9fb3-16a72944fc2d",
    "recording_id": null,
    "artist": "Sugar",
    "artist_ids": [
        "e3347fbd-2595-480e-926d-278566debf9d"
    ],
    "album": "Copper Blue",
    "release_id": "b8aa0dc6-77d5-42f1-b094-43d24c79fcad",
    "release_group_id": null,
    "labels": [
        "White Label Records"
    ],
    "label_ids": [],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yes, we know this is confusing. John in the Morning. Later in the Morning. On the Midday Show. Crank up the volume! <br> <br> Sugar released <i>Copper Blue</i> on this day in 1992, their debut album. Bob Mould said in an interview with NPR \"When Nevermind came out, that album changed the way people listen to music. A lot of the songs that I had been writing in 1991 led up to my next group, Sugar — and had it not been for Nevermind, I don't know if Sugar's Copper Blue would have stood a chance in '92. But people were now receptive to this sound.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}