Information about plays

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

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

{
    "id": 457557,
    "uri": "https://api.kexp.org/v2/plays/457557/?format=api",
    "airdate": "2001-08-20T07:57:00-07:00",
    "show": 7755,
    "show_uri": "https://api.kexp.org/v2/shows/7755/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BTYQHFYXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BTYQHFYXL._SL75_.jpg",
    "song": "The Pill",
    "track_id": "0bbd183e-4904-4612-80f2-b439c7dae095",
    "recording_id": null,
    "artist": "Joe Pernice",
    "artist_ids": [
        "082c5f46-c59d-44b6-a247-6b6a5dd893be"
    ],
    "album": "Big Tobacco",
    "release_id": "0ee6310b-e86d-442a-a9f7-0a610e2c330a",
    "release_group_id": null,
    "labels": [
        "Glitterhouse"
    ],
    "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"
}