Information about plays

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

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

{
    "id": 501286,
    "uri": "https://api.kexp.org/v2/plays/501286/?format=api",
    "airdate": "2001-12-28T09:46:00-08:00",
    "show": 8607,
    "show_uri": "https://api.kexp.org/v2/shows/8607/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51IB3w0rTUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51IB3w0rTUL._SL75_.jpg",
    "song": "Meanwhile, Rick James...",
    "track_id": null,
    "recording_id": null,
    "artist": "CAKE",
    "artist_ids": [
        "fa7b9055-3703-473a-8a09-adf2fe031a24"
    ],
    "album": "Comfort Eagle",
    "release_id": "12ee21b6-6d47-4e08-93b4-c12a2abcc6bb",
    "release_group_id": null,
    "labels": [
        "Sony Music Entertainment Inc."
    ],
    "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"
}