Information about plays

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

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

{
    "id": 454811,
    "uri": "https://api.kexp.org/v2/plays/454811/?format=api",
    "airdate": "2001-08-12T10:56:00-07:00",
    "show": 7699,
    "show_uri": "https://api.kexp.org/v2/shows/7699/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2B9jAnbkjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2B9jAnbkjL._SL75_.jpg",
    "song": "Drag Me Down",
    "track_id": "6ed087bd-d5d9-4f53-8085-4d7e2546e11a",
    "recording_id": null,
    "artist": "Phillip Walker",
    "artist_ids": [
        "f4b6277c-7a5c-483d-a190-f9f5b1217e90"
    ],
    "album": "I Got A Sweet Tooth",
    "release_id": "0876766a-22df-4be1-8af0-fcb7248feecf",
    "release_group_id": null,
    "labels": [
        "Black Top"
    ],
    "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"
}