Information about plays

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

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

{
    "id": 381856,
    "uri": "https://api.kexp.org/v2/plays/381856/?format=api",
    "airdate": "2019-09-17T05:19:47-07:00",
    "show": 6357,
    "show_uri": "https://api.kexp.org/v2/shows/6357/?format=api",
    "image_uri": "http://coverartarchive.org/release/8c7448c8-3511-4ae0-afc6-dd276c89f273/21886999740-250.jpg",
    "thumbnail_uri": "",
    "song": "Ripeness",
    "track_id": "6398aabc-1b73-39f1-8ab6-5d93293e99bb",
    "recording_id": null,
    "artist": "Echo & The Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "Porcupine",
    "release_id": "8c7448c8-3511-4ae0-afc6-dd276c89f273",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1983-02-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KEXP Live Review: Echo & The Bunnymen with Ester Drang at The Moore Theatre: https://www.kexp.org/read/2016/9/30/live-review-echo-the-bunnymen-with-ester-drang-at-moore-theatre-9322016/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}