Information about plays

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

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

{
    "id": 500197,
    "uri": "https://api.kexp.org/v2/plays/500197/?format=api",
    "airdate": "2001-12-25T08:04:00-08:00",
    "show": 8589,
    "show_uri": "https://api.kexp.org/v2/shows/8589/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21KMHM00YYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21KMHM00YYL._SL75_.jpg",
    "song": "Every Other December",
    "track_id": "b0427019-2ed2-464c-aaa0-4fc3d17f5c2a",
    "recording_id": null,
    "artist": "The Tycoons",
    "artist_ids": [
        "d188be5e-cf67-43f5-97dc-2f68dc64a2fa"
    ],
    "album": "Is It Christmas Yet?",
    "release_id": "52fd4554-e0bb-4f7f-9129-80d4912d43b6",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}