Information about plays

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

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

{
    "id": 1033496,
    "uri": "https://api.kexp.org/v2/plays/1033496/?format=api",
    "airdate": "2005-12-15T12:57:02-08:00",
    "show": 18170,
    "show_uri": "https://api.kexp.org/v2/shows/18170/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41JQ7X53AJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41JQ7X53AJL._SL75_.jpg",
    "song": "54-46 Was My Number",
    "track_id": null,
    "recording_id": null,
    "artist": "Toots & The Maytals",
    "artist_ids": [
        "29730ee3-e1c7-4e28-9ccd-3a0e6b0e8103"
    ],
    "album": "20th Century Masters: The Millennium Collection: The Best of Toots & The Maytals",
    "release_id": "84375644-e44b-4d33-a413-4849fa7ce747",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2001-08-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "play_type": "trackplay"
}