Information about plays

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

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

{
    "id": 1352324,
    "uri": "https://api.kexp.org/v2/plays/1352324/?format=api",
    "airdate": "2008-03-20T23:23:45-07:00",
    "show": 23621,
    "show_uri": "https://api.kexp.org/v2/shows/23621/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51I2FAUw4XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51I2FAUw4XL._SL75_.jpg",
    "song": "Baleen Morning / Barefoot Pilgrims",
    "track_id": null,
    "recording_id": null,
    "artist": "Balmorhea",
    "artist_ids": [
        "1507b368-e660-4c15-af94-3f5603561045"
    ],
    "album": "Rivers Arms",
    "release_id": "f101afaa-b2cc-473e-a60b-00e4600e8116",
    "release_group_id": null,
    "labels": [
        "Western Vinyl"
    ],
    "label_ids": [
        "c4126b4a-ac23-429c-ba19-148fd287def8"
    ],
    "release_date": "2008-02-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}