Information about plays

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

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

{
    "id": 472314,
    "uri": "https://api.kexp.org/v2/plays/472314/?format=api",
    "airdate": "2001-10-02T23:17:08-07:00",
    "show": 8045,
    "show_uri": "https://api.kexp.org/v2/shows/8045/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Wlgiw0KmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Wlgiw0KmL._SL75_.jpg",
    "song": "Thalheim",
    "track_id": "97b8e04a-ab3b-4cc9-be79-bb44ad31e3ae",
    "recording_id": null,
    "artist": "David Sylvian",
    "artist_ids": [
        "719db6b1-0d91-458c-8d18-875ec44105bf"
    ],
    "album": "Dead Bees on a Cake",
    "release_id": "94e8d28b-7563-4d8a-9112-aebdff755c42",
    "release_group_id": null,
    "labels": [
        "Capitol"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}