Information about plays

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

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

{
    "id": 503897,
    "uri": "https://api.kexp.org/v2/plays/503897/?format=api",
    "airdate": "2002-01-05T05:55:00-08:00",
    "show": 8659,
    "show_uri": "https://api.kexp.org/v2/shows/8659/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Z3JPN0TCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Z3JPN0TCL._SL75_.jpg",
    "song": "Glorified Calypso",
    "track_id": "d0b8c6d1-830f-46b1-801c-b6451c6dfc72",
    "recording_id": null,
    "artist": "David S. Ware",
    "artist_ids": [
        "db02ef48-952a-48e6-953f-d63b8fbe18a6"
    ],
    "album": "Surrendered",
    "release_id": "0cdbe4bb-7487-4be6-a0c8-8c58171df45a",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}