Information about plays

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

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

{
    "id": 2678454,
    "uri": "https://api.kexp.org/v2/plays/2678454/?format=api",
    "airdate": "2019-12-26T17:30:00-08:00",
    "show": 46228,
    "show_uri": "https://api.kexp.org/v2/shows/46228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mango Sunrise",
    "track_id": "8c887998-1e6e-3f4f-bc69-7e75aa31af50",
    "recording_id": null,
    "artist": "Food Pyramid",
    "artist_ids": [
        "4049338f-2140-46cc-a8de-8de692a811d6"
    ],
    "album": "Mango Sunrise",
    "release_id": "0f378721-1170-4e22-becc-8c39376791a9",
    "release_group_id": null,
    "labels": [
        "Moon Glyph"
    ],
    "label_ids": [],
    "release_date": "2012-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A tireless Minneapolis trio, the three members (C. Farstak, C. Hontona and M. Weather) collaborate to materialize synthesized monoliths; ranging from percolating, ambient rivers to various weirdo strains of dancehall jams. “Mango Sunrise” is an eclectic and spanning look into their overall aesthetic headspace.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}