Information about plays

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

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

{
    "id": 353371,
    "uri": "https://api.kexp.org/v2/plays/353371/?format=api",
    "airdate": "2019-07-12T06:58:52-07:00",
    "show": 5887,
    "show_uri": "https://api.kexp.org/v2/shows/5887/?format=api",
    "image_uri": "http://coverartarchive.org/release/129a9696-1620-3d40-8ba1-7deb3f7ccfad/3776631884-250.jpg",
    "thumbnail_uri": "",
    "song": "Venus as a Boy",
    "track_id": "4f80a23e-ac84-3c91-977e-a269d770ca00",
    "recording_id": null,
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Debut",
    "release_id": "129a9696-1620-3d40-8ba1-7deb3f7ccfad",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1993-07-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song was inspired by a \"specific person\" but Björk never revealed who it was. Although, it is supposed that this specific person is Dominic Thrupp (also known as Dom T.) with whom Björk had a relationship at the time of writing. Moreover, the song talks about a boy who saw everything from a \"beauty point of view, and not superficial beauty but the beauty of brushing your teeth and the beauty of waking up in the morning in the right beat and the beauty of having a conversation with a person.\" as revealed by the singer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}