Information about plays

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

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

{
    "id": 428228,
    "uri": "https://api.kexp.org/v2/plays/428228/?format=api",
    "airdate": "2001-05-26T03:42:51-07:00",
    "show": 7191,
    "show_uri": "https://api.kexp.org/v2/shows/7191/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51M88H5VEPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51M88H5VEPL._SL75_.jpg",
    "song": "Bring It on Home",
    "track_id": "89adf700-fd0c-480c-b840-cb659356b7cf",
    "recording_id": null,
    "artist": "Dread Zeppelin",
    "artist_ids": [
        "74e2c381-7a79-4c21-8738-20da383e14d2"
    ],
    "album": "Un-Led-Ed",
    "release_id": "b0b79978-f1c1-444f-b071-885be775450b",
    "release_group_id": null,
    "labels": [
        "International Record Syndicate"
    ],
    "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"
}