Information about plays

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

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

{
    "id": 457526,
    "uri": "https://api.kexp.org/v2/plays/457526/?format=api",
    "airdate": "2001-08-20T06:15:00-07:00",
    "show": 7755,
    "show_uri": "https://api.kexp.org/v2/shows/7755/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/412JN33GJHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/412JN33GJHL._SL75_.jpg",
    "song": "Hilot",
    "track_id": "cad90e23-0b22-4b5f-ab68-74a7cf3e0f02",
    "recording_id": null,
    "artist": "Ida",
    "artist_ids": [
        "19c960a1-703e-48e4-8286-37b3aee7a09c"
    ],
    "album": "Ten Small Paces",
    "release_id": "5c421cdd-a264-42cc-9c2d-20ce641ce5f2",
    "release_group_id": null,
    "labels": [
        "Simple Machines"
    ],
    "label_ids": [
        "07125e84-d30f-4cce-b013-ec3b463f7eda"
    ],
    "release_date": "1997-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}