Information about plays

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

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

{
    "id": 471765,
    "uri": "https://api.kexp.org/v2/plays/471765/?format=api",
    "airdate": "2001-10-01T10:42:51-07:00",
    "show": 8036,
    "show_uri": "https://api.kexp.org/v2/shows/8036/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51jx0EiynhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51jx0EiynhL._SL75_.jpg",
    "song": "China Doll",
    "track_id": "b13057a2-e81e-4465-99f7-e50de89ee9d7",
    "recording_id": null,
    "artist": "Spyglass",
    "artist_ids": [
        "cc484126-fb9b-457e-bec8-b62bd7f7b506"
    ],
    "album": "Strategies for the Stranded",
    "release_id": "396ddf48-b54d-476e-a6a1-ece2ceaca92e",
    "release_group_id": null,
    "labels": [
        "Pattern 25"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}