Information about plays

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

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

{
    "id": 356096,
    "uri": "https://api.kexp.org/v2/plays/356096/?format=api",
    "airdate": "2019-07-18T16:09:31-07:00",
    "show": 5933,
    "show_uri": "https://api.kexp.org/v2/shows/5933/?format=api",
    "image_uri": "http://coverartarchive.org/release/514bddf1-f444-4dd2-8012-37d08d1208b6/2985004368-250.jpg",
    "thumbnail_uri": "",
    "song": "Totally Wired",
    "track_id": "4ed2706f-8e32-32c5-adb6-5749bd8f5937",
    "recording_id": null,
    "artist": "The Fall",
    "artist_ids": [
        "d5da1841-9bc8-4813-9f89-11098090148e"
    ],
    "album": "The Collection",
    "release_id": "514bddf1-f444-4dd2-8012-37d08d1208b6",
    "release_group_id": null,
    "labels": [
        "Castle Communications"
    ],
    "label_ids": [
        "f3acf224-8e44-49a1-a3a1-6ed1ea5f5016"
    ],
    "release_date": "1993-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Totally Wired\" is a song by the Fall. Released in September 1980, the single became one of their signature tracks. The track subsequently appeared on CD reissues of their album Grotesque (After the Gramme).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}