Information about plays

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

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

{
    "id": 456486,
    "uri": "https://api.kexp.org/v2/plays/456486/?format=api",
    "airdate": "2001-08-17T00:06:40-07:00",
    "show": 7728,
    "show_uri": "https://api.kexp.org/v2/shows/7728/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51cW9U32TaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51cW9U32TaL._SL75_.jpg",
    "song": "Upstairs by a Chinese Lamp",
    "track_id": "f36e7e89-5d06-4e93-8ca0-c7252462ef6f",
    "recording_id": null,
    "artist": "Laura Nyro",
    "artist_ids": [
        "bb0a1e95-9444-4a05-a1bb-22b8d7ed7844"
    ],
    "album": "Christmas and the Beads of Sweat",
    "release_id": "a94fe87b-b2f8-4015-afe2-1b7d2a989774",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "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"
}