Information about plays

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

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

{
    "id": 345951,
    "uri": "https://api.kexp.org/v2/plays/345951/?format=api",
    "airdate": "2019-06-25T12:14:55-07:00",
    "show": 5768,
    "show_uri": "https://api.kexp.org/v2/shows/5768/?format=api",
    "image_uri": "http://coverartarchive.org/release/89cc126a-c774-44ed-b9c0-45fce4787764/15667229673-250.jpg",
    "thumbnail_uri": "",
    "song": "Let the Cool Goddess Rust Away",
    "track_id": "ff652af8-0534-3949-b0ef-a3066d92ba91",
    "recording_id": null,
    "artist": "Clap Your Hands Say Yeah",
    "artist_ids": [
        "4b2d6a23-034d-4a29-9bb9-d2462796da4e"
    ],
    "album": "Clap Your Hands Say Yeah",
    "release_id": "89cc126a-c774-44ed-b9c0-45fce4787764",
    "release_group_id": null,
    "labels": [
        "Clap Your Hands Say Yeah"
    ],
    "label_ids": [
        "57461002-cd8e-4bce-b675-ab6fa8392fbb"
    ],
    "release_date": "2005-10-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Don't you love this band?  Here's a live performance: https://www.kexp.org/read/2015/9/3/live-video-clap-your-hands-say-yeah-2/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}