Information about plays

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

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

{
    "id": 1033487,
    "uri": "https://api.kexp.org/v2/plays/1033487/?format=api",
    "airdate": "2005-12-15T12:24:52-08:00",
    "show": 18170,
    "show_uri": "https://api.kexp.org/v2/shows/18170/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51cTDjca5bL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51cTDjca5bL._SL75_.jpg",
    "song": "Getting Hit on at the Bank",
    "track_id": "0b9c832a-93a6-4e5b-ad86-205528ee8e23",
    "recording_id": null,
    "artist": "The Briefs",
    "artist_ids": [
        "491775f0-d167-4f86-9010-ad070c7617ad"
    ],
    "album": "Steal Yer Heart",
    "release_id": "5c1fdb8f-4fe3-40ea-a822-9fca55769c85",
    "release_group_id": null,
    "labels": [
        "BYO Records"
    ],
    "label_ids": [
        "22d95710-afed-488e-b97b-9f85c74bbe20"
    ],
    "release_date": "2005-10-18",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "play_type": "trackplay"
}