Information about plays

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

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

{
    "id": 455958,
    "uri": "https://api.kexp.org/v2/plays/455958/?format=api",
    "airdate": "2001-08-15T14:06:18-07:00",
    "show": 7720,
    "show_uri": "https://api.kexp.org/v2/shows/7720/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51KV9PnPCRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51KV9PnPCRL._SL75_.jpg",
    "song": "It Tango",
    "track_id": "040dc964-d36b-4977-8fbf-c6b5640883c7",
    "recording_id": null,
    "artist": "Laurie Anderson",
    "artist_ids": [
        "86809b51-cbe2-45f1-804a-e66eed635dea"
    ],
    "album": "Talk Normal: The Laurie Anderson Anthology (disc 1)",
    "release_id": "8179bb9b-1a37-4fdc-908c-a7b646cd1eb9",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}