Information about plays

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

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

{
    "id": 349206,
    "uri": "https://api.kexp.org/v2/plays/349206/?format=api",
    "airdate": "2019-07-02T19:44:00-07:00",
    "show": 5819,
    "show_uri": "https://api.kexp.org/v2/shows/5819/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beautiful Tango (demo version)",
    "track_id": "e65c32ea-1776-32b4-8f72-7f1137f790ea",
    "recording_id": null,
    "artist": "Hindi Zahra",
    "artist_ids": [
        "34964ede-3103-4023-93c8-ee514abdcb3b"
    ],
    "album": "Hindi Zahra",
    "release_id": "513c80a9-1d08-43b8-bfe0-f15db6d4cb6a",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2009-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hindi Zahra is a Moroccan singer and actress. When coming up with a stage name, she simply inverted her birth name. Influenced by singers like Cheikha Rimitti, Hindi Zahra has drawn comparisons with Beth Gibbons of Portishead, Billie Holiday, Patti Smith, and Norah Jones.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}