Information about plays

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

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

{
    "id": 433306,
    "uri": "https://api.kexp.org/v2/plays/433306/?format=api",
    "airdate": "2001-06-10T17:06:40-07:00",
    "show": 7289,
    "show_uri": "https://api.kexp.org/v2/shows/7289/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/11K7EF9KX5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/11K7EF9KX5L._SL75_.jpg",
    "song": "Bathysphere",
    "track_id": null,
    "recording_id": null,
    "artist": "Smog",
    "artist_ids": [
        "89af9575-4d72-4345-8eba-e9de3d36ac34"
    ],
    "album": "Wild Love",
    "release_id": "6a53aabe-6955-4d18-ada9-dcdb64cc21b0",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "1995-03-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}