Information about plays

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

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

{
    "id": 1388295,
    "uri": "https://api.kexp.org/v2/plays/1388295/?format=api",
    "airdate": "2008-06-21T12:52:09-07:00",
    "show": 24233,
    "show_uri": "https://api.kexp.org/v2/shows/24233/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51dBjy7d-UL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51dBjy7d-UL._SL75_.jpg",
    "song": "Papas Got a Brand New Pigbag (12\" mix)",
    "track_id": "dff2ea78-8273-4290-b746-f1c1714cc91f",
    "recording_id": null,
    "artist": "Pigbag",
    "artist_ids": [
        "20ddf1b2-ada5-4a47-9a84-9ca60af09cae"
    ],
    "album": "12\"/80s/2",
    "release_id": "5b98c296-5b8b-4fe0-a814-653d81bfce28",
    "release_group_id": null,
    "labels": [
        "Family Recordings"
    ],
    "label_ids": [
        "7ab20063-3474-4057-82b6-118d29da4b31"
    ],
    "release_date": "2005-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}