Information about plays

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

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

{
    "id": 353241,
    "uri": "https://api.kexp.org/v2/plays/353241/?format=api",
    "airdate": "2019-07-11T22:55:20-07:00",
    "show": 5884,
    "show_uri": "https://api.kexp.org/v2/shows/5884/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Curls",
    "track_id": "41fb30c1-d80c-443e-bda9-b0fb7926094e",
    "recording_id": null,
    "artist": "Bibio",
    "artist_ids": [
        "9f9953f0-68bb-4ce3-aace-2f44c87f0aa3"
    ],
    "album": "Curls",
    "release_id": "51d50de9-95ca-4b5d-9260-97ed29d48018",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2019-02-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "UK musician Stephen Wilkinson, a multi faceted artist that has explored a wide range of styles and over eight albums.\n \nCurls marks a return to Bibio’s instrumental roots, reminiscent of his track “Lovers Carvings” taken from his breakthrough album ‘Ambivalence Avenue‘, originally released in 2009.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}