Information about plays

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

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

{
    "id": 2675818,
    "uri": "https://api.kexp.org/v2/plays/2675818/?format=api",
    "airdate": "2019-12-20T06:42:28-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "https://coverartarchive.org/release/7f5b0d6f-8487-4390-b6ca-bb3e976ff2d3/9442140549-250.jpg",
    "thumbnail_uri": "",
    "song": "Brill Bruisers",
    "track_id": "63841bca-1f1d-4327-926f-92c026d51940",
    "recording_id": null,
    "artist": "The New Pornographers",
    "artist_ids": [
        "25b75a66-ce83-4db3-b136-395a3c3784c4"
    ],
    "album": "Brill Bruisers",
    "release_id": "7f5b0d6f-8487-4390-b6ca-bb3e976ff2d3",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2014-08-26",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Number 47. The sixth studio album from The New Pornographers, \"Brill Bruisers\" was released in 2014.  A.C. Newman called it \"a celebration record... After periods of difficulty, I am at a place where nothing in my life is dragging me down and the music reflects that.\"  Perhaps they'll sing this song when they come to the KEXP studio for a LIVE performance at noon on Thursday, January 30th, 2020.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}