Information about plays

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

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

{
    "id": 375043,
    "uri": "https://api.kexp.org/v2/plays/375043/?format=api",
    "airdate": "2019-09-01T00:44:43-07:00",
    "show": 6243,
    "show_uri": "https://api.kexp.org/v2/shows/6243/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ophidian Henosis - III",
    "track_id": "6ffa24ac-c8bd-417a-9b58-5e097e463fcf",
    "recording_id": null,
    "artist": "Barshasketh",
    "artist_ids": [
        "a021f31d-4b2a-41c3-b4cf-54fa5e16d6d2"
    ],
    "album": "Ophidian Henosis",
    "release_id": "bc9143c0-4d56-4e67-a856-0835be279f39",
    "release_group_id": null,
    "labels": [
        "Blut & Eisen Productions"
    ],
    "label_ids": [],
    "release_date": "2015-07-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Barshasketh will be at The Highline on Saturday, October 26th with Deitus and Peste Umbrarum; https://barshasketh.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}