Information about plays

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

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

{
    "id": 376911,
    "uri": "https://api.kexp.org/v2/plays/376911/?format=api",
    "airdate": "2019-09-05T07:09:09-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "http://coverartarchive.org/release/64fb2359-b570-39c2-9c82-431dc602199f/10429562959-250.jpg",
    "thumbnail_uri": "",
    "song": "Street Spirit (Fade Out)",
    "track_id": "1dbeca8b-9de2-3ce6-9ca6-989e4f7d6e83",
    "recording_id": null,
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "The Bends",
    "release_id": "64fb2359-b570-39c2-9c82-431dc602199f",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1995-04-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tonight at the Sunset, local Radiohead cover band Planetelex will be playing for a 90's Tribute Night! Find tickets and info here: https://bit.ly/2lDEDcw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}