Information about plays

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

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

{
    "id": 533935,
    "uri": "https://api.kexp.org/v2/plays/533935/?format=api",
    "airdate": "2002-04-02T17:37:24-08:00",
    "show": 9249,
    "show_uri": "https://api.kexp.org/v2/shows/9249/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/219DTWVVGWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/219DTWVVGWL._SL75_.jpg",
    "song": "One Last Time",
    "track_id": "68560d76-9fb0-48cc-aef5-dcd47e4bb51a",
    "recording_id": null,
    "artist": "Pete Krebs",
    "artist_ids": [
        "5985db1d-8a83-4c3c-993a-e0f589c2e24d"
    ],
    "album": "Western Electric",
    "release_id": "4962ba5c-60b9-4637-ade9-1da74c24fd3a",
    "release_group_id": null,
    "labels": [
        "Cavity Search"
    ],
    "label_ids": [
        "45303356-1959-4084-b85c-7897fbdb29e6"
    ],
    "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"
}