Information about plays

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

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

{
    "id": 530966,
    "uri": "https://api.kexp.org/v2/plays/530966/?format=api",
    "airdate": "2002-03-25T11:41:26-08:00",
    "show": 9194,
    "show_uri": "https://api.kexp.org/v2/shows/9194/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5118d2ohBdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5118d2ohBdL._SL75_.jpg",
    "song": "Sno Cone",
    "track_id": "51baa3d1-2597-4e97-80fd-cd2706b4dbbf",
    "recording_id": null,
    "artist": "Thinking Fellers Union Local 282",
    "artist_ids": [
        "1915de2e-9ca2-4d2a-8aca-6d4819315166"
    ],
    "album": "Bob Dinners and Larry Noodles present Tubby Turdner's Celebrity Avalanche",
    "release_id": "0fef79c4-1237-4edb-95d1-e9ae89d8e12e",
    "release_group_id": null,
    "labels": [
        "The Communion Label"
    ],
    "label_ids": [
        "3f1027b1-07d2-4e62-99c6-0a0a4e9bc270"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}