Information about plays

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

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

{
    "id": 1355696,
    "uri": "https://api.kexp.org/v2/plays/1355696/?format=api",
    "airdate": "2008-03-29T09:26:00-07:00",
    "show": 23676,
    "show_uri": "https://api.kexp.org/v2/shows/23676/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YqP5HU8CL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YqP5HU8CL._SL75_.jpg",
    "song": "Want More Weed",
    "track_id": "e24709c0-cd7a-4a31-9647-bc8c03b19fe1",
    "recording_id": null,
    "artist": "Michael Rose",
    "artist_ids": [
        "ab336570-9bd8-47d5-8540-236f230377ee"
    ],
    "album": "Strictly One Drop Volume: 1",
    "release_id": "55a56919-0ccf-4099-865e-ed72f9fdb73f",
    "release_group_id": null,
    "labels": [
        "Black Chiney"
    ],
    "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"
}