Information about plays

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

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

{
    "id": 354696,
    "uri": "https://api.kexp.org/v2/plays/354696/?format=api",
    "airdate": "2019-07-15T13:31:47-07:00",
    "show": 5913,
    "show_uri": "https://api.kexp.org/v2/shows/5913/?format=api",
    "image_uri": "http://coverartarchive.org/release/d1d55d1c-72de-4812-90bb-345e6cf630aa/19877379954-250.jpg",
    "thumbnail_uri": "",
    "song": "Under Evergreen",
    "track_id": "d88d3eeb-ef71-37bc-b18c-548c7d9ffda8",
    "recording_id": null,
    "artist": "Shelby Earl",
    "artist_ids": [
        "69e2d47d-b16e-4a20-b954-921ec13e92c8"
    ],
    "album": "Burn the Boats",
    "release_id": "d1d55d1c-72de-4812-90bb-345e6cf630aa",
    "release_group_id": null,
    "labels": [
        "Local 638 Records"
    ],
    "label_ids": [
        "6264a9dc-0e76-4270-8fc8-18d1e45cc02a"
    ],
    "release_date": "2011-03-08",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}