Information about plays

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

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

{
    "id": 433503,
    "uri": "https://api.kexp.org/v2/plays/433503/?format=api",
    "airdate": "2001-06-11T08:52:30-07:00",
    "show": 7294,
    "show_uri": "https://api.kexp.org/v2/shows/7294/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/412XCP1JKZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/412XCP1JKZL._SL75_.jpg",
    "song": "Prelude to 110 or 220 / Women of the World",
    "track_id": "27420d6d-404c-44f1-86e8-1d24d96d0d11",
    "recording_id": null,
    "artist": "Jim O'Rourke",
    "artist_ids": [
        "172aab84-4c01-4dc0-b2ad-e723033e10ec"
    ],
    "album": "Eureka",
    "release_id": "4e203217-8643-437c-8c95-343a023a8823",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "1999-02-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}