Information about plays

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

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

{
    "id": 1058388,
    "uri": "https://api.kexp.org/v2/plays/1058388/?format=api",
    "airdate": "2006-02-17T18:50:26-08:00",
    "show": 18590,
    "show_uri": "https://api.kexp.org/v2/shows/18590/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21VZ2XQMEFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21VZ2XQMEFL._SL75_.jpg",
    "song": "Fool on a Stool",
    "track_id": "42519dc7-a9d2-49aa-a712-705eede5c9f7",
    "recording_id": null,
    "artist": "Bill Kirchen",
    "artist_ids": [
        "04b64fa5-c3de-4863-81fb-5784e4839961"
    ],
    "album": "Tombstone Every Mile",
    "release_id": "7bc0471a-1f15-45f8-84cf-64f435630d3b",
    "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"
}