Information about plays

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

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

{
    "id": 353471,
    "uri": "https://api.kexp.org/v2/plays/353471/?format=api",
    "airdate": "2019-07-12T00:00:00-07:00",
    "show": 5885,
    "show_uri": "https://api.kexp.org/v2/shows/5885/?format=api",
    "image_uri": "http://coverartarchive.org/release/6aafbb05-ac3c-456a-88b7-83a04d72920d/6439983216-250.jpg",
    "thumbnail_uri": "",
    "song": "Just Ask",
    "track_id": "74df9c4d-d9fe-4654-aca9-7be758132b38",
    "recording_id": null,
    "artist": "Lake Street Dive",
    "artist_ids": [
        "584758b2-306b-4aea-8694-3876943c9968"
    ],
    "album": "Bad Self Portraits",
    "release_id": "6aafbb05-ac3c-456a-88b7-83a04d72920d",
    "release_group_id": null,
    "labels": [
        "Signature Sounds"
    ],
    "label_ids": [
        "f5aa62af-8333-4307-908b-fc426ff738fa"
    ],
    "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"
}