Information about plays

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

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

{
    "id": 376452,
    "uri": "https://api.kexp.org/v2/plays/376452/?format=api",
    "airdate": "2019-09-04T08:38:47-07:00",
    "show": 6266,
    "show_uri": "https://api.kexp.org/v2/shows/6266/?format=api",
    "image_uri": "http://coverartarchive.org/release/9c886aef-6616-4959-842d-2b3dd7fbe610/5553943056-250.jpg",
    "thumbnail_uri": "",
    "song": "Planet Telex",
    "track_id": "514b913b-c1b0-4ad4-8145-f260e57cb729",
    "recording_id": null,
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "The Bends",
    "release_id": "9c886aef-6616-4959-842d-2b3dd7fbe610",
    "release_group_id": null,
    "labels": [
        "EMI Music Canada"
    ],
    "label_ids": [
        "095b5fc8-724e-4357-9eab-ee89196afc8e"
    ],
    "release_date": "1995-04-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The only song written in the studio during The Bends sessions, \"Planet Telex\" was recorded one night when the band returned to the studio after drinking a lot of wine. Thom did the vocals lying down, completely drunk. <br> </br>\nWow tickets went fast to Thom Yorke's upcoming performance at The Paramount Theatre Oct 20th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}