Information about plays

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

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

{
    "id": 352005,
    "uri": "https://api.kexp.org/v2/plays/352005/?format=api",
    "airdate": "2019-07-09T07:01:00-07:00",
    "show": 5867,
    "show_uri": "https://api.kexp.org/v2/shows/5867/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Essence (ft. Sophie Barker)",
    "track_id": null,
    "recording_id": null,
    "artist": "Belau",
    "artist_ids": [
        "e9bceb25-967a-4c31-88e6-b10ed2dcd480"
    ],
    "album": "single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "WM Music Distribution"
    ],
    "label_ids": [],
    "release_date": "2019-05-12",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Belau is a Hungarian downtempo-chillwave band that took a few cues from Bellingham, WA band \"Odesza and Morcheeba, among others, smoothing them into effortlessly feathery textures, siren-esque atmosphere and pulsating beats.\" <br> <br> For the song <i>Essence </i> \" They were trying to capture individual milestones of existence - isolation to freedom, solitude to interaction. Reaching out for the ‘Essence’ is something that worth fighting for.”<br> <br> If you like Belau, check out Odesza's last KEXP in-studio: https://bit.ly/2z2aYzj",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}