Information about plays

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

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

{
    "id": 464322,
    "uri": "https://api.kexp.org/v2/plays/464322/?format=api",
    "airdate": "2001-09-09T01:55:00-07:00",
    "show": 7887,
    "show_uri": "https://api.kexp.org/v2/shows/7887/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41MYY725BWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41MYY725BWL._SL75_.jpg",
    "song": "Still a Fool",
    "track_id": "e3df7bd0-c5a1-45e3-b25d-850c9eef5106",
    "recording_id": null,
    "artist": "Muddy Waters",
    "artist_ids": [
        "f86f1f07-d182-45ce-ae93-ef610880ca72"
    ],
    "album": "The Chess Box (disc 1: 1947 to 1954)",
    "release_id": "c60b412b-3ab0-4dc4-b5f8-db6e90e9e15c",
    "release_group_id": null,
    "labels": [
        "Chess"
    ],
    "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"
}