Information about plays

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

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

{
    "id": 380428,
    "uri": "https://api.kexp.org/v2/plays/380428/?format=api",
    "airdate": "2019-09-13T14:21:04-07:00",
    "show": 6331,
    "show_uri": "https://api.kexp.org/v2/shows/6331/?format=api",
    "image_uri": "http://coverartarchive.org/release/91d0364b-937a-4fc0-b190-a8599b9eead0/22917641953-250.jpg",
    "thumbnail_uri": "",
    "song": "Morning in America",
    "track_id": "df5195da-246d-47ab-af32-009f4c4cd888",
    "recording_id": null,
    "artist": "Durand Jones & the Indications",
    "artist_ids": [
        "5da8d9b1-af89-43a3-a519-8e32ec21e7f5"
    ],
    "album": "American Love Call",
    "release_id": "91d0364b-937a-4fc0-b190-a8599b9eead0",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2019-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Of this album, The Guardian raves glowingly, \"the arrangements are both fleshed and spaced out, with strings, brass and backing vocals all made quietly sumptuous, and the songwriting reaches classic status.  There simply isn’t a weak or even middling track, and the strongest can go toe to toe with the best of Al Green or Bobby Womack.\"  https://bit.ly/2lNfkVs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}