Information about plays

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

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

{
    "id": 373996,
    "uri": "https://api.kexp.org/v2/plays/373996/?format=api",
    "airdate": "2019-08-29T14:01:49-07:00",
    "show": 6225,
    "show_uri": "https://api.kexp.org/v2/shows/6225/?format=api",
    "image_uri": "http://coverartarchive.org/release/bff31a9d-841a-4fa5-bf88-3d4d223b2394/23879322653-250.jpg",
    "thumbnail_uri": "",
    "song": "Kids In '99",
    "track_id": "eb00d001-b249-446b-accc-35bdff00c0fc",
    "recording_id": null,
    "artist": "Death Cab for Cutie",
    "artist_ids": [
        "0039c7ae-e1a7-4a7d-9b49-0cbc716821a6"
    ],
    "album": "The Blue EP",
    "release_id": "bff31a9d-841a-4fa5-bf88-3d4d223b2394",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2019-09-06",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "'Kids in '99' is the first single off of Death Cab for Cutie's up coming \"Blue EP\" set to drop on September 6th! Then, you can catch them playing at Marymoor park on September 7th & 8th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}