Information about plays

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

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

{
    "id": 2678096,
    "uri": "https://api.kexp.org/v2/plays/2678096/?format=api",
    "airdate": "2019-12-25T19:58:59-08:00",
    "show": 46224,
    "show_uri": "https://api.kexp.org/v2/shows/46224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas Time - Part 1",
    "track_id": null,
    "recording_id": null,
    "artist": "Jimmy McCracklin",
    "artist_ids": [],
    "album": "VA - Blue Yule",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1961 single on Art-Tone ; cool (though non-Christmas-y) live footage of \"The Walk\" with Ry Cooder and Wayne Bennett in 1991: https://www.youtube.com/watch?v=P_Dfz8ONT8U ; http://www.soulfulkindamusic.net/jmccracklin.htm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}