Information about plays

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

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

{
    "id": 445545,
    "uri": "https://api.kexp.org/v2/plays/445545/?format=api",
    "airdate": "2001-07-16T09:26:40-07:00",
    "show": 7524,
    "show_uri": "https://api.kexp.org/v2/shows/7524/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41RD621B0BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41RD621B0BL._SL75_.jpg",
    "song": "Maniac",
    "track_id": "d3245725-845a-46c5-9d3d-8c5522df1040",
    "recording_id": null,
    "artist": "Cinerama",
    "artist_ids": [
        "233ab6b9-51bd-4b8c-8d79-3845d2b65435"
    ],
    "album": "Va Va Voom",
    "release_id": "f75ca493-1130-4646-9ad0-55596a6d66ba",
    "release_group_id": null,
    "labels": [
        "spinART"
    ],
    "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"
}