Information about plays

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

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

{
    "id": 447818,
    "uri": "https://api.kexp.org/v2/plays/447818/?format=api",
    "airdate": "2001-07-23T02:41:32-07:00",
    "show": 7571,
    "show_uri": "https://api.kexp.org/v2/shows/7571/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21NZ4VMN6GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21NZ4VMN6GL._SL75_.jpg",
    "song": "Power Shack",
    "track_id": "af43e517-3e0a-4bb9-a239-d3d27614d237",
    "recording_id": null,
    "artist": "Fitz of Depression",
    "artist_ids": [
        "45545a35-551c-42f0-ad54-d0f689005671"
    ],
    "album": "Let's Give It a Twist",
    "release_id": "1bd375af-c100-4d6d-8797-b1dc12293ca8",
    "release_group_id": null,
    "labels": [
        "K&E record"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}