Information about plays

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

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

{
    "id": 534115,
    "uri": "https://api.kexp.org/v2/plays/534115/?format=api",
    "airdate": "2002-04-03T04:53:07-08:00",
    "show": 9252,
    "show_uri": "https://api.kexp.org/v2/shows/9252/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/318P4F5BX9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/318P4F5BX9L._SL75_.jpg",
    "song": "Today",
    "track_id": "c573a67d-4510-4167-b2b8-7d9224942dd9",
    "recording_id": null,
    "artist": "The Innocence Mission",
    "artist_ids": [
        "3d921e76-94c4-48c8-9f18-c2d96a8e53c9"
    ],
    "album": "Small Planes",
    "release_id": "a79124a1-b34a-49d6-82fd-abf36d5d4b99",
    "release_group_id": null,
    "labels": [
        "W.A.R."
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}