Information about plays

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

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

{
    "id": 443776,
    "uri": "https://api.kexp.org/v2/plays/443776/?format=api",
    "airdate": "2001-07-11T00:41:15-07:00",
    "show": 7490,
    "show_uri": "https://api.kexp.org/v2/shows/7490/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/614X5VCw-aL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/614X5VCw-aL._SL75_.jpg",
    "song": "Aneme perze",
    "track_id": "1ac06fd1-e6ac-4c43-9c21-0e82ad316d88",
    "recording_id": null,
    "artist": "Spaccanapoli",
    "artist_ids": [
        "2b1210a9-40f2-49d0-a6b8-d5e493ed69ce"
    ],
    "album": "Lost Souls",
    "release_id": "b1775223-71a7-4bb6-ac1a-33730dbcfdfb",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "2000-07-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}