Information about plays

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

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

{
    "id": 370050,
    "uri": "https://api.kexp.org/v2/plays/370050/?format=api",
    "airdate": "2019-08-20T19:33:00-07:00",
    "show": 6168,
    "show_uri": "https://api.kexp.org/v2/shows/6168/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "La Flûte Des Mornes",
    "track_id": "b982c3b9-ec5f-4cc9-b423-20b1affd1683",
    "recording_id": null,
    "artist": "Max Cilla",
    "artist_ids": [
        "42323da5-391b-46f5-a374-93ced7f96a82"
    ],
    "album": "La Flûte Des Mornes Vol.1",
    "release_id": "904b352a-2cc0-4ff7-bcda-dc936da7014f",
    "release_group_id": null,
    "labels": [
        "Bongo Joe"
    ],
    "label_ids": [],
    "release_date": "2017-05-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born in 1944 on Martinique island, Max Cilla worked his whole life to resurrect the bamboo flute played by his forebears in the fields from the relative oblivion into which it had fallen in the early 20th century. He recorded and released La Flute des Mornes Vol.1 in 1981. Max Cilla played with Archie Shepp in Paris, recorded on Bonga’s album Angola 74, shared the stage with Tito Puente & Machito and keep on playing today.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}