Information about plays

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

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

{
    "id": 448866,
    "uri": "https://api.kexp.org/v2/plays/448866/?format=api",
    "airdate": "2001-07-25T23:28:00-07:00",
    "show": 7588,
    "show_uri": "https://api.kexp.org/v2/shows/7588/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41VySCkgeFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41VySCkgeFL._SL75_.jpg",
    "song": "The Book Lovers",
    "track_id": null,
    "recording_id": null,
    "artist": "Broadcast",
    "artist_ids": [
        "aaae25bf-c794-45d7-bab7-cdc7c655bfa6"
    ],
    "album": "Work and Non Work",
    "release_id": "09d62aa5-a265-4cb2-b3e4-da80c0e60d9d",
    "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"
}