Information about plays

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

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

{
    "id": 347340,
    "uri": "https://api.kexp.org/v2/plays/347340/?format=api",
    "airdate": "2019-06-28T08:08:00-07:00",
    "show": 5784,
    "show_uri": "https://api.kexp.org/v2/shows/5784/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My City Was Gone",
    "track_id": "9f3b5f85-dc1d-4962-b2f2-482d02640604",
    "recording_id": null,
    "artist": "The Pretenders",
    "artist_ids": [
        "e9c832b0-384b-4ee6-aec0-111372784aac"
    ],
    "album": "Learning to Crawl",
    "release_id": "8dbdf60a-aa98-4046-bf13-558453b01ff4",
    "release_group_id": null,
    "labels": [
        "Edsel Records"
    ],
    "label_ids": [],
    "release_date": "2015-02-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "This song is about Akron, Ohio, where Chrissie Hynde of The Pretenders was raised. Akron was an industrial city known as the \"Rubber Capital of the World,\" which despite the smell of burning rubber, was a place Chrissie enjoyed growing up. In the '70s, it was gritty but vibrant, and it had a thriving rock scene with bands like Pere Ubu, Devo, and The Bizarros,.. Hynde relocated to England after forming The Pretenders. Returning to Akron in the '80s, she was disappointed in what the city had become: shopping malls and segregation. \"Everything's just huge masses of granite blocks, and everything's outsized. It might look good on a drawing, but it doesn't seem to apply to human life.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}