Information about plays

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

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

{
    "id": 350506,
    "uri": "https://api.kexp.org/v2/plays/350506/?format=api",
    "airdate": "2019-07-05T15:58:02-07:00",
    "show": 5836,
    "show_uri": "https://api.kexp.org/v2/shows/5836/?format=api",
    "image_uri": "http://coverartarchive.org/release/1e736fa3-7cbb-44f5-851a-38a196f8326f/23163316672-250.jpg",
    "thumbnail_uri": "",
    "song": "Hurry On Home",
    "track_id": "b4b16f3b-8ce3-4394-ab06-c3f0dbc0f59b",
    "recording_id": null,
    "artist": "Sleater‐Kinney",
    "artist_ids": [
        "e36e78eb-3ace-4acd-882c-16789e700ab7"
    ],
    "album": "Hurry on Home",
    "release_id": "1e736fa3-7cbb-44f5-851a-38a196f8326f",
    "release_group_id": null,
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2019-05-29",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"How does brokenness walk? Or move through the world?\" Carrie Brownstein muses in a press release for this album. \"We're always mixing the personal and the political, but on this record, despite obviously thinking so much about politics, we were really thinking about the person — ourselves or versions of ourselves or iterations of depression or loneliness — in the middle of the chaos.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}