Information about plays

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

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

{
    "id": 453811,
    "uri": "https://api.kexp.org/v2/plays/453811/?format=api",
    "airdate": "2001-08-09T09:56:50-07:00",
    "show": 7678,
    "show_uri": "https://api.kexp.org/v2/shows/7678/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51b-fFkoOML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51b-fFkoOML._SL75_.jpg",
    "song": "São Vicente Di Longe",
    "track_id": "b30b488e-2a77-4b76-8de7-55da7f65bb2a",
    "recording_id": null,
    "artist": "Cesária Évora",
    "artist_ids": [
        "ceafdf2f-bc18-4b99-8c71-d1834b0065c3"
    ],
    "album": "São Vicente",
    "release_id": "616471c7-0442-47d8-bacb-054bc013d83e",
    "release_group_id": null,
    "labels": [
        "Windham Hill"
    ],
    "label_ids": [],
    "release_date": "2001-06-05",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}