Information about plays

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

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

{
    "id": 535766,
    "uri": "https://api.kexp.org/v2/plays/535766/?format=api",
    "airdate": "2002-04-08T03:35:13-07:00",
    "show": 9286,
    "show_uri": "https://api.kexp.org/v2/shows/9286/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MbHXCbpxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MbHXCbpxL._SL75_.jpg",
    "song": "Pony Song",
    "track_id": "37925a5d-7fce-44ca-84dd-9ce3e87c3690",
    "recording_id": null,
    "artist": "Edith Frost",
    "artist_ids": [
        "289faaeb-96bf-41ff-a15f-5166b6298e01"
    ],
    "album": "Calling Over Time",
    "release_id": "177e4c3e-455b-416b-bf17-ca2af2d53a63",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "1997-04-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}