Information about plays

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

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

{
    "id": 416146,
    "uri": "https://api.kexp.org/v2/plays/416146/?format=api",
    "airdate": "2001-04-18T19:13:20-07:00",
    "show": 6944,
    "show_uri": "https://api.kexp.org/v2/shows/6944/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51GmpNXC7AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51GmpNXC7AL._SL75_.jpg",
    "song": "One Day at a Time",
    "track_id": "79b45b7b-6f49-461f-bed0-fc9da28d5809",
    "recording_id": null,
    "artist": "The Flatlanders",
    "artist_ids": [
        "f68b47aa-a7e0-4e2e-bf6a-f6e23e88fec8"
    ],
    "album": "More a Legend Than a Band",
    "release_id": "a96c8956-5c21-4b05-a44b-0c6d725659fb",
    "release_group_id": null,
    "labels": [],
    "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"
}