Information about plays

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

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

{
    "id": 443627,
    "uri": "https://api.kexp.org/v2/plays/443627/?format=api",
    "airdate": "2001-07-10T15:04:17-07:00",
    "show": 7489,
    "show_uri": "https://api.kexp.org/v2/shows/7489/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21XD3QJG7ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21XD3QJG7ZL._SL75_.jpg",
    "song": "Go",
    "track_id": "ece51994-c4f1-4d26-8d22-a9c3794ce025",
    "recording_id": null,
    "artist": "The Apples in Stereo",
    "artist_ids": [
        "ea075268-e5ea-40f7-b9c3-68b039218a88"
    ],
    "album": "The Discovery of a World Inside the Moone",
    "release_id": "946aab3b-f62b-42ff-97b9-c0748aa3d8fa",
    "release_group_id": null,
    "labels": [
        "spinART Records"
    ],
    "label_ids": [
        "01653657-8472-44fa-b73b-b29f68cc8cbc"
    ],
    "release_date": "2000-04-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}