Information about plays

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

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

{
    "id": 533176,
    "uri": "https://api.kexp.org/v2/plays/533176/?format=api",
    "airdate": "2002-03-31T12:45:32-08:00",
    "show": 9235,
    "show_uri": "https://api.kexp.org/v2/shows/9235/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510XPA676XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510XPA676XL._SL75_.jpg",
    "song": "My Love Is a Flower (Just Beginning to Bloom)",
    "track_id": null,
    "recording_id": null,
    "artist": "Jonathan Richman and the Modern Lovers",
    "artist_ids": [
        "8a5dff84-c79f-4898-9e15-e100c53ebb58"
    ],
    "album": "The Beserkley Years: The Best of Jonathan Richman and the Modern Lovers",
    "release_id": "81837816-502e-44cc-8bee-c07ff91f530b",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}