Information about plays

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

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

{
    "id": 436013,
    "uri": "https://api.kexp.org/v2/plays/436013/?format=api",
    "airdate": "2001-06-18T17:44:00-07:00",
    "show": 7342,
    "show_uri": "https://api.kexp.org/v2/shows/7342/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/419EDYJQVZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/419EDYJQVZL._SL75_.jpg",
    "song": "Fumi",
    "track_id": "d3c3a860-c840-4686-a55a-91b3540c4d68",
    "recording_id": null,
    "artist": "Loop Guru",
    "artist_ids": [
        "375d23d9-d767-4a8e-bd0c-9fae1e26e51e"
    ],
    "album": "Amrita... All These and the Japanese Soup Warriors",
    "release_id": "57b4760a-01fd-4ece-b00b-e0e99e403420",
    "release_group_id": null,
    "labels": [
        "World Domination Recordings"
    ],
    "label_ids": [
        "4a30120f-08ec-4952-b0ac-d6a8102d34a8"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}