Information about plays

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

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

{
    "id": 1386076,
    "uri": "https://api.kexp.org/v2/plays/1386076/?format=api",
    "airdate": "2008-06-15T22:07:23-07:00",
    "show": 24198,
    "show_uri": "https://api.kexp.org/v2/shows/24198/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/419RSnFuMmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/419RSnFuMmL._SL75_.jpg",
    "song": "Raksasa",
    "track_id": "4bc0f0c9-54d2-4080-8421-65e968a1d3f3",
    "recording_id": null,
    "artist": "John Zorn",
    "artist_ids": [
        "7ec4a553-73e5-4c0d-a071-a82b83a309e6"
    ],
    "album": "The Dreamers",
    "release_id": "4a218968-fce9-41b1-9350-10724863e7bc",
    "release_group_id": null,
    "labels": [
        "Tzadik"
    ],
    "label_ids": [
        "6ba6207e-a68e-43c9-bebf-6d4d9cae5773"
    ],
    "release_date": "2008-03-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}