Information about plays

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

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

{
    "id": 488797,
    "uri": "https://api.kexp.org/v2/plays/488797/?format=api",
    "airdate": "2001-11-21T05:28:00-08:00",
    "show": 8367,
    "show_uri": "https://api.kexp.org/v2/shows/8367/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wlrFQ3GJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wlrFQ3GJL._SL75_.jpg",
    "song": "The Folks Who Live on the Hill",
    "track_id": "31e77bc0-449f-4bab-a400-5cc353ca0bb2",
    "recording_id": null,
    "artist": "Brad Mehldau Trio",
    "artist_ids": [
        "2c43503a-fb94-433a-98a9-8898367ea71f"
    ],
    "album": "Progression: Art of the Trio, Volume 5 (disc 1)",
    "release_id": "dbb0fdaf-8f21-4b06-a788-9e1fca97159d",
    "release_group_id": null,
    "labels": [
        "Warner Bros"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}