Information about plays

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

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

{
    "id": 354637,
    "uri": "https://api.kexp.org/v2/plays/354637/?format=api",
    "airdate": "2019-07-15T09:50:43-07:00",
    "show": 5912,
    "show_uri": "https://api.kexp.org/v2/shows/5912/?format=api",
    "image_uri": "http://coverartarchive.org/release/973db7e7-9c1b-4eb1-ba2c-5eb75b90cb58/2124119757-250.jpg",
    "thumbnail_uri": "",
    "song": "Dreamworld",
    "track_id": "f21da4dd-b88b-36f3-9b27-2c94370273cc",
    "recording_id": null,
    "artist": "Midnight Oil",
    "artist_ids": [
        "05072650-4b05-4e8b-83d0-dba2576e306a"
    ],
    "album": "Diesel and Dust",
    "release_id": "973db7e7-9c1b-4eb1-ba2c-5eb75b90cb58",
    "release_group_id": null,
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In this song, Australian rockers Midnight Oil bid farewell to several of Queensland's beloved locales, including the Cloudland Dance Hall, which was demolished in 1982 during Joh Bjelke-Petersen's tenure as Premier of Queensland. Located in Brisbane, the ornate venue hosted numerous concerts by Midnight Oil and several other acts, including Buddy Holly on his 1958 tour of Australia, before it was replaced by an apartment complex. The song takes aim at greedy developers who cash in on destroying pieces of Queensland's cultural history. \"I felt this sick feeling in my stomach when we learnt what had happened,\" Peter Garrett recalled of Cloudland's overnight demolition.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}