Information about plays

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

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

{
    "id": 416859,
    "uri": "https://api.kexp.org/v2/plays/416859/?format=api",
    "airdate": "2001-04-20T20:23:04-07:00",
    "show": 6956,
    "show_uri": "https://api.kexp.org/v2/shows/6956/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/610832GBT3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/610832GBT3L._SL75_.jpg",
    "song": "Rawhide",
    "track_id": "8e7d01b2-8a18-45c5-ad7a-1f239b6e9c70",
    "recording_id": null,
    "artist": "Link Wray",
    "artist_ids": [
        "1c1c86a2-7850-47ac-8771-ae6359bae2b7"
    ],
    "album": "Whistle Bait!",
    "release_id": "dd75a661-3cab-4e14-9838-e2062946a681",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "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"
}