Information about plays

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

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

{
    "id": 1268793,
    "uri": "https://api.kexp.org/v2/plays/1268793/?format=api",
    "airdate": "2007-08-19T09:11:00-07:00",
    "show": 22213,
    "show_uri": "https://api.kexp.org/v2/shows/22213/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51jFp3KC1sL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51jFp3KC1sL._SL75_.jpg",
    "song": "Hoo-Doo Snake Doctor Blues",
    "track_id": "811dc2fe-156e-400d-87b7-0ddeb1f93544",
    "recording_id": null,
    "artist": "Johnny Shines",
    "artist_ids": [
        "835a131e-e28a-4cbf-a790-180e90f3e249"
    ],
    "album": "Standing At The Crossroads",
    "release_id": "02498d11-bc31-4b49-8543-87d29f49de79",
    "release_group_id": null,
    "labels": [
        "Testament"
    ],
    "label_ids": [
        "4a1facfe-25a1-49bc-a22c-2f60457627fd"
    ],
    "release_date": "1995-04-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}