Information about plays

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

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

{
    "id": 375973,
    "uri": "https://api.kexp.org/v2/plays/375973/?format=api",
    "airdate": "2019-09-03T11:04:00-07:00",
    "show": 6261,
    "show_uri": "https://api.kexp.org/v2/shows/6261/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I dine øjne",
    "track_id": null,
    "recording_id": null,
    "artist": "Efterklang",
    "artist_ids": [
        "8a7bed97-f080-4984-8db5-2ea5c82d8b33"
    ],
    "album": "Altid Sammen",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [],
    "release_date": "2019-09-20",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Efterklang describe themselves this way: \"Efterklang comes from Denmark and was born in 2001. The band members are Heather Woods Broderick and Peter Broderick. Their musical style is mainly considered Pop, Punk, Rock, Indie, Chamber Pop, Compositional Ambient, Indietronica, post rock, chamber psych, danish pop and danish indie.\":  https://efterklang.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}