Information about plays

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

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

{
    "id": 377015,
    "uri": "https://api.kexp.org/v2/plays/377015/?format=api",
    "airdate": "2019-09-05T13:23:01-07:00",
    "show": 6273,
    "show_uri": "https://api.kexp.org/v2/shows/6273/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Paranoid Android",
    "track_id": "4f3f9731-3c0d-33b3-bb76-a72c30c5674e",
    "recording_id": null,
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "OK Computer",
    "release_id": "d4635a34-caf5-3b35-9a5b-d805f1126633",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2009-03-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another great choice by Emily for her mixtape submission, Radiohead’s “Paranoid Android”. The song title is taken from “Marvin the Paranoid Android” from Douglas Adams' series <i>The Hitchhiker's Guide to the Galaxy</i>. Yorke said the title \"was chosen as a joke. It was like, 'Oh, I'm so depressed.' And I just thought, that's great. That's how people would like me to be. And that was the end of writing about anything personal in the song. The rest of the song is not personal at all.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}