Information about plays

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

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

{
    "id": 535798,
    "uri": "https://api.kexp.org/v2/plays/535798/?format=api",
    "airdate": "2002-04-08T05:19:26-07:00",
    "show": 9286,
    "show_uri": "https://api.kexp.org/v2/shows/9286/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/412S48YSMML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/412S48YSMML._SL75_.jpg",
    "song": "Hot on the Heels of Love",
    "track_id": null,
    "recording_id": null,
    "artist": "Throbbing Gristle",
    "artist_ids": [
        "e135d690-9c53-4333-8f11-98aec8c9f434"
    ],
    "album": "Throbbing Gristle's Greatest Hits",
    "release_id": "49705460-e340-4235-83a0-f2c75e8f34fc",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}