Information about plays

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

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

{
    "id": 354981,
    "uri": "https://api.kexp.org/v2/plays/354981/?format=api",
    "airdate": "2019-07-16T06:41:46-07:00",
    "show": 5919,
    "show_uri": "https://api.kexp.org/v2/shows/5919/?format=api",
    "image_uri": "http://coverartarchive.org/release/99726a90-3ec7-3214-bc33-8b5ec7727583/5965726458-250.jpg",
    "thumbnail_uri": "",
    "song": "Cactus",
    "track_id": "1b23d79e-9c8c-339f-9877-06a1dff50eb9",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Heathen",
    "release_id": "99726a90-3ec7-3214-bc33-8b5ec7727583",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this cover of \"Cactus\", Bowie plays all the instruments except for bass and it is his only recorded drum performance.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}