Information about plays

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

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

{
    "id": 354582,
    "uri": "https://api.kexp.org/v2/plays/354582/?format=api",
    "airdate": "2019-07-15T07:00:54-07:00",
    "show": 5912,
    "show_uri": "https://api.kexp.org/v2/shows/5912/?format=api",
    "image_uri": "http://coverartarchive.org/release/1d929dbc-85b3-4cf1-bbf7-fd84f6f54a65/23179246392-250.jpg",
    "thumbnail_uri": "",
    "song": "Penny Rabbit and Summer Bear",
    "track_id": "4c9885d1-3bce-41ae-913e-d3180aa61d62",
    "recording_id": null,
    "artist": "Kishi Bashi",
    "artist_ids": [
        "7c340ac5-6eda-4981-91d6-d5b1f4d1bbbf"
    ],
    "album": "Omoiyari",
    "release_id": "1d929dbc-85b3-4cf1-bbf7-fd84f6f54a65",
    "release_group_id": null,
    "labels": [
        "Joyful Noise Recordings"
    ],
    "label_ids": [
        "ea3bb22e-d9c4-4739-a138-55b56816216f"
    ],
    "release_date": "2019-05-31",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kishi Bashi will be at The Showbox on Sunday, October 6th, 2019.  In his new album, he  focused on the need for empathy, decency, and understanding as an answer to bigotry and fear. \"Omoiyari\" is a Japanese word for altruistic sensitivity—the idea of being kind and having sympathy and compassion toward another person, whether you know them or not:  https://www.thestranger.com/music/2019/06/05/40390551/kishi-bashis-new-album-glitters-with-hope-despite-its-bleak-inspiration",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}