Information about plays

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

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

{
    "id": 381859,
    "uri": "https://api.kexp.org/v2/plays/381859/?format=api",
    "airdate": "2019-09-17T05:29:58-07:00",
    "show": 6357,
    "show_uri": "https://api.kexp.org/v2/shows/6357/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The State of the Union",
    "track_id": "816a1aed-d1c9-3778-996a-b3f4624143e3",
    "recording_id": null,
    "artist": "Thievery Corporation",
    "artist_ids": [
        "a505bb48-ad65-4af4-ae47-29149715bff9"
    ],
    "album": "The Richest Man in Babylon",
    "release_id": "a43ea649-a156-35f7-b807-a6e72f9b2e34",
    "release_group_id": null,
    "labels": [
        "Barclay"
    ],
    "label_ids": [
        "d059553b-0f1f-4e81-ada6-c7eb804b9465"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It's the anniversary of Thievery Corporation's album, The Richest Man in Babylon, which came out 17 years ago today.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}