Information about plays

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

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

{
    "id": 519608,
    "uri": "https://api.kexp.org/v2/plays/519608/?format=api",
    "airdate": "2002-02-20T01:13:00-08:00",
    "show": 8968,
    "show_uri": "https://api.kexp.org/v2/shows/8968/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/212B69S47PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/212B69S47PL._SL75_.jpg",
    "song": "Wondering Blues",
    "track_id": "8e507a8d-0a3e-47e1-b1df-61c0ee26794e",
    "recording_id": null,
    "artist": "Slim Harpo",
    "artist_ids": [
        "dcf7b2e3-d3aa-41e4-bba5-40515122f209"
    ],
    "album": "Hip Shakin': The Excello Collection (disc 2)",
    "release_id": "2ddcbc38-c5fe-4cb5-9a31-c7c6d2c7210a",
    "release_group_id": null,
    "labels": [
        "Excello"
    ],
    "label_ids": [
        "056b8626-94a0-4408-b7ba-f75a60741108"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}