Information about plays

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

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

{
    "id": 2679903,
    "uri": "https://api.kexp.org/v2/plays/2679903/?format=api",
    "airdate": "2019-12-30T09:24:13-08:00",
    "show": 46257,
    "show_uri": "https://api.kexp.org/v2/shows/46257/?format=api",
    "image_uri": "https://coverartarchive.org/release/110144b6-753d-47d2-b218-456d35b8b22b/21052782167-250.jpg",
    "thumbnail_uri": "",
    "song": "Fishbelly 86 Onions",
    "track_id": "e7ff8dc2-80a3-47e2-984f-226159913de4",
    "recording_id": null,
    "artist": "All Them Witches",
    "artist_ids": [
        "b574bfea-2359-4e9d-93f6-71c3c9a2a4f0"
    ],
    "album": "ATW",
    "release_id": "110144b6-753d-47d2-b218-456d35b8b22b",
    "release_group_id": null,
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2018-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "What's this song about? The band says that \"“Fishbelly” reminds me of late night mischief, being somewhere you aren’t necessarily supposed to be, doing something you aren’t necessarily supposed to be doing. Letting our minds wander/wonder to extremes, and filling voids in our lives with material wealth.\" http://www.allthemwitches.org",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}