Information about plays

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

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

{
    "id": 497312,
    "uri": "https://api.kexp.org/v2/plays/497312/?format=api",
    "airdate": "2001-12-16T10:46:09-08:00",
    "show": 8533,
    "show_uri": "https://api.kexp.org/v2/shows/8533/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51en-pIpXDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51en-pIpXDL._SL75_.jpg",
    "song": "Match Box Blues",
    "track_id": "895e358f-2ec7-486c-bf5c-15460d939624",
    "recording_id": null,
    "artist": "Blind Lemon Jefferson",
    "artist_ids": [
        "9481010a-db23-469d-87df-b04118850efb"
    ],
    "album": "The Best of Blind Lemon Jefferson",
    "release_id": "af588c87-983e-404f-a70c-def2961fb114",
    "release_group_id": null,
    "labels": [
        "Yazoo"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}