Information about plays

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

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

{
    "id": 347472,
    "uri": "https://api.kexp.org/v2/plays/347472/?format=api",
    "airdate": "2019-06-28T15:27:00-07:00",
    "show": 5786,
    "show_uri": "https://api.kexp.org/v2/shows/5786/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Murder",
    "track_id": null,
    "recording_id": null,
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Thieves Like Us/Murder 12\"",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Factory Benelux"
    ],
    "label_ids": [
        "477945ba-d0b6-41b4-8c0a-935344a6366c"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track was only properly released in Belgium, so the song has really taken on an intense “hidden gem” status.  Released on the Factory Benelux label in 1984, it is an instrumental piece that contains samples of dialogue from the films 2001: A Space Odyssey and Caligula. It was recorded in winter 1982 during the sessions for the band's second album, Power, Corruption & Lies.\n\nThe B-side is an instrumental version of the previous single by the group, \"Thieves Like Us\".\n\n'\"Murder\" was only released in Belgium as a single, but was available in the UK on import and made number 92. As such, it is the band's only release to miss the UK Top 75.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}