Information about plays

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

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

{
    "id": 355714,
    "uri": "https://api.kexp.org/v2/plays/355714/?format=api",
    "airdate": "2019-07-17T20:08:10-07:00",
    "show": 5927,
    "show_uri": "https://api.kexp.org/v2/shows/5927/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heartbreak Blues",
    "track_id": "2fa147f5-8b48-4a48-98ca-91c81e839a33",
    "recording_id": null,
    "artist": "Holly Macve",
    "artist_ids": [
        "8f26e740-2363-4caf-9c9a-5db2e16700b9"
    ],
    "album": "Golden Eagle",
    "release_id": "f8a4ac00-1d6a-401e-8909-ae456bc5dca7",
    "release_group_id": null,
    "labels": [
        "Bella Union"
    ],
    "label_ids": [],
    "release_date": "2017-03-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Raised in Galway, Ireland, and Yorkshire in England (but out of London these days): https://www.theguardian.com/music/2017/mar/09/holly-macve-golden-eagle-review-delta-blues-bella-union ; http://www.hollymacve.com ; https://www.facebook.com/HollyMacveMusic",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}