Information about plays

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

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

{
    "id": 435487,
    "uri": "https://api.kexp.org/v2/plays/435487/?format=api",
    "airdate": "2001-06-17T01:56:15-07:00",
    "show": 7331,
    "show_uri": "https://api.kexp.org/v2/shows/7331/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511RO8lWVFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511RO8lWVFL._SL75_.jpg",
    "song": "Let Me Sleep Beside You",
    "track_id": "2ea639d3-8a60-4973-bbf2-2c248f5ef659",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Bowie at the Beeb: The Best of the BBC Radio Sessions 68-72 (disc 1)",
    "release_id": "ea7506f0-7f35-4d0a-9ce5-7a008d9a67df",
    "release_group_id": null,
    "labels": [
        "BBC"
    ],
    "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"
}