Information about plays

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

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

{
    "id": 457265,
    "uri": "https://api.kexp.org/v2/plays/457265/?format=api",
    "airdate": "2001-08-19T11:04:17-07:00",
    "show": 7746,
    "show_uri": "https://api.kexp.org/v2/shows/7746/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/217YJ1NPH1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/217YJ1NPH1L._SL75_.jpg",
    "song": "Special Built Woman",
    "track_id": "7795edfc-91b9-4838-b9f7-78e7f976f96b",
    "recording_id": null,
    "artist": "Phillip Walker",
    "artist_ids": [
        "f4b6277c-7a5c-483d-a190-f9f5b1217e90"
    ],
    "album": "Working Girl Blues",
    "release_id": "70345f81-c8d3-42df-b149-83141440a847",
    "release_group_id": null,
    "labels": [
        "Black Top"
    ],
    "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"
}