Information about plays

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

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

{
    "id": 535688,
    "uri": "https://api.kexp.org/v2/plays/535688/?format=api",
    "airdate": "2002-04-07T22:57:58-07:00",
    "show": 9286,
    "show_uri": "https://api.kexp.org/v2/shows/9286/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51sPhqHESqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51sPhqHESqL._SL75_.jpg",
    "song": "Anthem for No Country",
    "track_id": "4c1e0536-a4d1-496e-b0e2-f10e766473bd",
    "recording_id": null,
    "artist": "Michael Blake",
    "artist_ids": [
        "728ba9aa-952c-4df0-99ac-5e29e3292c03"
    ],
    "album": "Elevated",
    "release_id": "6925ea4f-f2a9-482c-b192-bf3b6fc79185",
    "release_group_id": null,
    "labels": [
        "Knitting Factory"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}