Information about plays

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

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

{
    "id": 351632,
    "uri": "https://api.kexp.org/v2/plays/351632/?format=api",
    "airdate": "2019-07-08T08:39:22-07:00",
    "show": 5860,
    "show_uri": "https://api.kexp.org/v2/shows/5860/?format=api",
    "image_uri": "http://coverartarchive.org/release/454c3ade-1679-481a-a794-79081ba330d1/22822457876-250.jpg",
    "thumbnail_uri": "",
    "song": "Gloria",
    "track_id": "18b77212-079c-435f-942e-da9d3215c3f1",
    "recording_id": null,
    "artist": "The Lumineers",
    "artist_ids": [
        "bfcb6630-9b31-4e63-b11f-7b0363be72b5"
    ],
    "album": "III",
    "release_id": "454c3ade-1679-481a-a794-79081ba330d1",
    "release_group_id": null,
    "labels": [
        "Dualtone"
    ],
    "label_ids": [
        "75791605-acff-455b-930c-3d9dfacdd902"
    ],
    "release_date": "2019-09-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Lumineers will be here in Seattle for this year's Bumbershoot Music & Arts Festival.  They'll be playing on Saturday, August 31st, 2019.:  https://bumbershoot.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}