Information about plays

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

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

{
    "id": 369789,
    "uri": "https://api.kexp.org/v2/plays/369789/?format=api",
    "airdate": "2019-08-20T07:58:27-07:00",
    "show": 6165,
    "show_uri": "https://api.kexp.org/v2/shows/6165/?format=api",
    "image_uri": "http://coverartarchive.org/release/d32952a7-e1ad-4b1e-93da-08b7608c4993/23299929133-250.jpg",
    "thumbnail_uri": "",
    "song": "Reach Out",
    "track_id": "fceb7d66-3b9d-48ea-a7ea-80e90a4b88bc",
    "recording_id": null,
    "artist": "Sleater‐Kinney",
    "artist_ids": [
        "e36e78eb-3ace-4acd-882c-16789e700ab7"
    ],
    "album": "The Center Won’t Hold",
    "release_id": "d32952a7-e1ad-4b1e-93da-08b7608c4993",
    "release_group_id": null,
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2019-08-16",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Reach Out” starts with distorted synthesizer bass tones and clanking sampled percussion that continue through the verses, as Brownstein sings, with desperate drama in her voice, about opposites and paradoxes — “I need a new reflection/Don’t want to see my face” — and voices answer, quietly chanting, “The center won’t hold.” Suddenly, less than a minute from the end, the old, punky Sleater-Kinney reappears, with grunge guitar chords, pummeling drums and Tucker unleashing her full melodic scream. It’s as if the band is showing what might have been. https://nyti.ms/30cdzQG",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}