Information about plays

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

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

{
    "id": 421869,
    "uri": "https://api.kexp.org/v2/plays/421869/?format=api",
    "airdate": "2001-05-07T00:49:05-07:00",
    "show": 7067,
    "show_uri": "https://api.kexp.org/v2/shows/7067/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51scyHAxCaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51scyHAxCaL._SL75_.jpg",
    "song": "It's a Big Old Goofy World",
    "track_id": "ea294116-ee32-454d-a720-1b8d764ad405",
    "recording_id": null,
    "artist": "John Prine",
    "artist_ids": [
        "e86492c1-0376-4df0-8042-8ba058c83960"
    ],
    "album": "The Missing Years",
    "release_id": "a89f6f7c-f73b-4a60-9afb-2b39ec1d5563",
    "release_group_id": null,
    "labels": [
        "N Boy"
    ],
    "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"
}