Information about plays

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

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

{
    "id": 418659,
    "uri": "https://api.kexp.org/v2/plays/418659/?format=api",
    "airdate": "2001-04-27T02:00:00-07:00",
    "show": 6995,
    "show_uri": "https://api.kexp.org/v2/shows/6995/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31T0GGDMMHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31T0GGDMMHL._SL75_.jpg",
    "song": "Switch Pavillion",
    "track_id": "64036779-b654-4001-be1e-cf87c4470471",
    "recording_id": null,
    "artist": "The High Llamas",
    "artist_ids": [
        "df3131d7-9cbc-4ad5-945a-09e979f003f4"
    ],
    "album": "Buzzle Bee",
    "release_id": "0d61b8af-edd8-4e49-be24-2a05dcee7770",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "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"
}