Information about plays

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

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

{
    "id": 451285,
    "uri": "https://api.kexp.org/v2/plays/451285/?format=api",
    "airdate": "2001-08-02T03:24:00-07:00",
    "show": 7632,
    "show_uri": "https://api.kexp.org/v2/shows/7632/?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": [
        "Duophonic"
    ],
    "label_ids": [
        "d09f48a1-a3bb-4f2b-8fcc-ddfd52cd30b4"
    ],
    "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"
}