Information about plays

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

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

{
    "id": 370067,
    "uri": "https://api.kexp.org/v2/plays/370067/?format=api",
    "airdate": "2019-08-20T20:34:24-07:00",
    "show": 6168,
    "show_uri": "https://api.kexp.org/v2/shows/6168/?format=api",
    "image_uri": "http://coverartarchive.org/release/0184b465-5943-41e2-9a9d-049b36bda5bc/13263133552-250.jpg",
    "thumbnail_uri": "",
    "song": "Andalucía",
    "track_id": "76ddad97-27ec-3892-b2f1-e076a7d6022c",
    "recording_id": null,
    "artist": "Pink Martini",
    "artist_ids": [
        "113e0972-077f-423b-9b5f-3cc8a5bafa0f"
    ],
    "album": "Sympathique",
    "release_id": "0184b465-5943-41e2-9a9d-049b36bda5bc",
    "release_group_id": null,
    "labels": [
        "Heinz Records"
    ],
    "label_ids": [
        "5e895867-92ad-43fe-aa35-4fe3295f1bf8"
    ],
    "release_date": "1997-11-11",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Pink Martini musical group that was formed in 1994 by pianist Thomas Lauderdale in Portland, Oregon. Members of the band call it a little orchestra that crosses the genres of classical music, classic pop, Latin music, and jazz. They are performing LIVE alongside Edna Vazquez at Chateau Ste. Michelle Winery on September 6",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}