Information about plays

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

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

{
    "id": 380204,
    "uri": "https://api.kexp.org/v2/plays/380204/?format=api",
    "airdate": "2019-09-13T00:30:21-07:00",
    "show": 6327,
    "show_uri": "https://api.kexp.org/v2/shows/6327/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Subtractive Skies",
    "track_id": "028ad900-0eb7-4e48-a505-7b73f4c43449",
    "recording_id": null,
    "artist": "Steve Hauschildt",
    "artist_ids": [
        "9cb75e85-f33a-4f49-9674-72940a94880c"
    ],
    "album": "Nonlin",
    "release_id": "a595e88a-42b4-4d42-aed7-223ee9c20b41",
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2019-10-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chicago based synth soul searcher Steve Hauschildt returns with his latest album, Nonlin, his second release on Ghostly International following 2018’s Dissolvi.Nonlin is out October 25, and Ghostly has pre orders up and running https://ghostly.com/products/nonlin",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}