Information about plays

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

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

{
    "id": 533769,
    "uri": "https://api.kexp.org/v2/plays/533769/?format=api",
    "airdate": "2002-04-02T04:51:53-08:00",
    "show": 9246,
    "show_uri": "https://api.kexp.org/v2/shows/9246/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21Q06JN27JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21Q06JN27JL._SL75_.jpg",
    "song": "Take You Away",
    "track_id": "a103cfaf-5c6f-44eb-979f-c6617dd45d75",
    "recording_id": null,
    "artist": "Furry Things",
    "artist_ids": [
        "228b4754-2d42-45cf-87df-ba7fab6915eb"
    ],
    "album": "The Big Saturday Illusion",
    "release_id": "5b50376c-b6b0-4301-89ff-589c624d69b6",
    "release_group_id": null,
    "labels": [
        "Trance Syndicate"
    ],
    "label_ids": [
        "aaaa155f-be27-4e02-b14c-594b2cbdf010"
    ],
    "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"
}