Information about plays

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

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

{
    "id": 446986,
    "uri": "https://api.kexp.org/v2/plays/446986/?format=api",
    "airdate": "2001-07-20T10:52:56-07:00",
    "show": 7552,
    "show_uri": "https://api.kexp.org/v2/shows/7552/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61lX5APHanL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61lX5APHanL._SL75_.jpg",
    "song": "Naked City",
    "track_id": "5da4271a-6ddf-4cf5-a29a-5d1603833ec5",
    "recording_id": null,
    "artist": "The Skatalites",
    "artist_ids": [
        "87ac7e25-f278-47a0-b109-5eb131dc96b6"
    ],
    "album": "Foundation Ska (disc 2)",
    "release_id": "9295615c-4129-4c68-9bbd-28833d6132de",
    "release_group_id": null,
    "labels": [
        "Heartbeat"
    ],
    "label_ids": [
        "bb7e051c-73b5-47c5-8cc9-254f6d8523d7"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}