Information about plays

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

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

{
    "id": 1400172,
    "uri": "https://api.kexp.org/v2/plays/1400172/?format=api",
    "airdate": "2008-07-21T11:20:47-07:00",
    "show": 24433,
    "show_uri": "https://api.kexp.org/v2/shows/24433/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51DtKvJ%2BSUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51DtKvJ%2BSUL._SL75_.jpg",
    "song": "Dead City/Waste Wilderness",
    "track_id": null,
    "recording_id": null,
    "artist": "Abe Vigoda",
    "artist_ids": [
        "f36de6e2-f233-443d-942e-3dcba343ee78"
    ],
    "album": "Skeleton",
    "release_id": "d0bbf8dc-e60d-400e-93da-fbf125c37516",
    "release_group_id": null,
    "labels": [
        "Post Present Medium"
    ],
    "label_ids": [
        "8fee1462-c0fc-4324-9108-48f3c7b05216"
    ],
    "release_date": "2008-07-08",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}