Information about plays

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

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

{
    "id": 379084,
    "uri": "https://api.kexp.org/v2/plays/379084/?format=api",
    "airdate": "2019-09-10T10:37:32-07:00",
    "show": 6311,
    "show_uri": "https://api.kexp.org/v2/shows/6311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Is Full of Love",
    "track_id": "779f14b2-82f1-4eba-bc25-2e9eee5e5bf4",
    "recording_id": null,
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Voltaïc",
    "release_id": "7d6f9600-dae3-4c69-a617-050b37859e5b",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2009-06-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bjork says of this beautiful song: \"It's about when you have been too stubborn about giving love to one particular direction... you expect it back, like it's a bank or something. And kind of realizing that it's up to you what you give, but it's not up to you what you are given and where from.\": https://www.youtube.com/watch?v=AjI2J2SQ528",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}