Information about plays

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

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

{
    "id": 1302689,
    "uri": "https://api.kexp.org/v2/plays/1302689/?format=api",
    "airdate": "2007-11-15T09:17:55-08:00",
    "show": 22789,
    "show_uri": "https://api.kexp.org/v2/shows/22789/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31P66M749ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31P66M749ZL._SL75_.jpg",
    "song": "Snowcones and Puppies",
    "track_id": "7e43db00-3018-4368-9217-f342bb93b8b2",
    "recording_id": null,
    "artist": "Say Hi to Your Mom",
    "artist_ids": [
        "ce660ac5-0b6a-4e5f-ad2a-628a9002cce5"
    ],
    "album": "Impeccable Blahs",
    "release_id": "790f6c79-5e53-46f8-b75c-bb16f87fedae",
    "release_group_id": null,
    "labels": [
        "Mute/Gooom Records"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}