Information about plays

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

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

{
    "id": 353472,
    "uri": "https://api.kexp.org/v2/plays/353472/?format=api",
    "airdate": "2019-07-12T12:46:00-07:00",
    "show": 5888,
    "show_uri": "https://api.kexp.org/v2/shows/5888/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Just Ask",
    "track_id": "1019f15c-8a14-4ff3-8915-f8740e4e95f8",
    "recording_id": null,
    "artist": "Lake Street Dive",
    "artist_ids": [
        "584758b2-306b-4aea-8694-3876943c9968"
    ],
    "album": "Bad Self Portraits",
    "release_id": "eef71c1a-98a8-45f8-8830-f796856dc036",
    "release_group_id": null,
    "labels": [
        "Signature Sounds"
    ],
    "label_ids": [],
    "release_date": "2014-02-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lake Street Dive play the Gorge Amphitheatre on Saturday, August 10 with the Avett Brothers and Trampled by Turtles.Text \"Brothers\" to 206-903-5397 for your chance to win a pair of tickets to the show!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}