Information about plays

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

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

{
    "id": 442064,
    "uri": "https://api.kexp.org/v2/plays/442064/?format=api",
    "airdate": "2001-07-06T00:00:00-07:00",
    "show": 7458,
    "show_uri": "https://api.kexp.org/v2/shows/7458/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51kBMPdDG5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51kBMPdDG5L._SL75_.jpg",
    "song": "White Lily",
    "track_id": "49376bfe-233f-4fe7-b6e2-c25133b22dee",
    "recording_id": null,
    "artist": "Laurie Anderson",
    "artist_ids": [
        "86809b51-cbe2-45f1-804a-e66eed635dea"
    ],
    "album": "The Ugly One With the Jewels and Other Stories",
    "release_id": "53cf4b68-707e-4149-b83b-8df9b784c35c",
    "release_group_id": null,
    "labels": [
        "WB"
    ],
    "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"
}