Information about plays

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

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

{
    "id": 350489,
    "uri": "https://api.kexp.org/v2/plays/350489/?format=api",
    "airdate": "2019-07-05T15:00:17-07:00",
    "show": 5836,
    "show_uri": "https://api.kexp.org/v2/shows/5836/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "History Repeats",
    "track_id": "d2a73f6c-4de0-44d2-b38d-dfbcd80d9806",
    "recording_id": null,
    "artist": "Brittany Howard",
    "artist_ids": [
        "03eda2c4-a2b3-4a4e-9527-6791b0ed9d2d"
    ],
    "album": "Jaime",
    "release_id": "e392e9bb-4b8c-4d94-ad1d-1673f82ce46a",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2019-09-20",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Alabama Shakes frontwoman Brittany Howard will issue her debut solo album, Jaime, via ATO Records on September 20. Howard unveiled the LP’s lead single, “History Repeats” and confirmed a fall tour of North America in support of the record.\n\nBrittany gave Jaime the same name of her sister, who passed away when both were teenagers. “The title is in memoriam, and she definitely did shape me as a human being,” said Brittany Howard. “But, the record is not about her. It’s about me. I’m pretty candid about myself and who I am and what I believe. Which is why I needed to do it on my own.”  https://bit.ly/2L4Ogfw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}