Information about plays

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

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

{
    "id": 376916,
    "uri": "https://api.kexp.org/v2/plays/376916/?format=api",
    "airdate": "2019-09-05T07:32:30-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "http://coverartarchive.org/release/294d3f04-6f7c-44e7-baa0-28c95872cbcc/9717254486-250.jpg",
    "thumbnail_uri": "",
    "song": "Dream All Day",
    "track_id": "dc29bd3b-8190-3c50-b7fa-622cc6f9c1a7",
    "recording_id": null,
    "artist": "The Posies",
    "artist_ids": [
        "4e083f26-965f-436f-9227-c2c47ad18ffc"
    ],
    "album": "Frosting on the Beater",
    "release_id": "294d3f04-6f7c-44e7-baa0-28c95872cbcc",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1993-04-27",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Long-running local band The Posies have made several stops to the KEXP studios! See them performing for us in 2016 in the Gathering Space here: https://www.youtube.com/watch?v=_GSeSFRDxm8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}