Information about plays

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

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

{
    "id": 421306,
    "uri": "https://api.kexp.org/v2/plays/421306/?format=api",
    "airdate": "2001-05-04T21:36:55-07:00",
    "show": 7052,
    "show_uri": "https://api.kexp.org/v2/shows/7052/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XPWNEHF9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XPWNEHF9L._SL75_.jpg",
    "song": "Deep South",
    "track_id": "53716202-703c-4d5b-9934-eedd40c12ade",
    "recording_id": null,
    "artist": "Layo & Bushwacka!",
    "artist_ids": [
        "b7ba42de-12d3-4767-b7c3-aff86e60830d"
    ],
    "album": "Low Life",
    "release_id": "e9648467-fe1a-4291-9837-12650086c574",
    "release_group_id": null,
    "labels": [
        "Engine"
    ],
    "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"
}