Information about plays

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

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

{
    "id": 471671,
    "uri": "https://api.kexp.org/v2/plays/471671/?format=api",
    "airdate": "2001-10-01T02:45:00-07:00",
    "show": 8034,
    "show_uri": "https://api.kexp.org/v2/shows/8034/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51n06OORhWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51n06OORhWL._SL75_.jpg",
    "song": "I'm Blown",
    "track_id": "67b4e0e5-b01c-4d66-9002-d92d49d93fd0",
    "recording_id": null,
    "artist": "The Monkeywrench",
    "artist_ids": [
        "e8d203c9-4882-4cdc-ab10-e41e556828b2"
    ],
    "album": "Clean as a Broke-Dick Dog",
    "release_id": "96d25e8e-3124-486a-bf01-ce6f074353b8",
    "release_group_id": null,
    "labels": [
        "Sub Pop"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "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"
}