Information about plays

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

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

{
    "id": 517847,
    "uri": "https://api.kexp.org/v2/plays/517847/?format=api",
    "airdate": "2002-02-14T18:00:00-08:00",
    "show": 8933,
    "show_uri": "https://api.kexp.org/v2/shows/8933/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2BNf3YVxsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2BNf3YVxsL._SL75_.jpg",
    "song": "The Coo-Coo Bird",
    "track_id": "7d266ecc-a979-4b28-999a-1b0d41bc12d5",
    "recording_id": null,
    "artist": "Doc Watson & Clarence Ashley",
    "artist_ids": [
        "6d3fa550-044b-4cf0-8d15-3e73ef9e8466"
    ],
    "album": "The Original Folkways Recordings of Doc Watson and Clarence Ashley: 1960 Through 1962 (disc 1)",
    "release_id": "e43f4933-ab40-425c-82a9-3aeddafe5694",
    "release_group_id": null,
    "labels": [
        "Smithsonian Folkways"
    ],
    "label_ids": [
        "a1bc50b9-4ef5-409d-9042-594d653f425a"
    ],
    "release_date": "1994-06-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}