Information about plays

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

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

{
    "id": 419721,
    "uri": "https://api.kexp.org/v2/plays/419721/?format=api",
    "airdate": "2001-04-30T10:55:42-07:00",
    "show": 7021,
    "show_uri": "https://api.kexp.org/v2/shows/7021/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517QTFYF8WL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517QTFYF8WL._SL75_.jpg",
    "song": "Boxed",
    "track_id": "e1ffd192-f6a2-4073-ac52-2c91c8786788",
    "recording_id": null,
    "artist": "The Wisdom of Harry",
    "artist_ids": [
        "13cd4b1a-9edb-4be1-8573-50747a8ae4ef"
    ],
    "album": "House of Binary",
    "release_id": "cfd7346f-d47a-49f8-bd68-116c30d78211",
    "release_group_id": null,
    "labels": [
        "OLE"
    ],
    "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"
}