Information about plays

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

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

{
    "id": 2678095,
    "uri": "https://api.kexp.org/v2/plays/2678095/?format=api",
    "airdate": "2019-12-25T19:55:00-08:00",
    "show": 46224,
    "show_uri": "https://api.kexp.org/v2/shows/46224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Want My Baby for Christmas",
    "track_id": null,
    "recording_id": null,
    "artist": "Jimmy Liggins & His Drops Of Joy",
    "artist_ids": [],
    "album": "Legends of Specialty",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "SPECIALTY RECORDS"
    ],
    "label_ids": [],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1950 single on Specialty Records, b/w \"Shuffle Shack\" ; also released on a split single, with Smokey Hogg doing the same tune on the B-side: https://www.discogs.com/Jimmy-Liggins-His-Drops-Of-Joy-Smokey-Hogg-I-Want-My-Baby-For-Christmas/release/10395939",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}