Information about plays

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

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

{
    "id": 356042,
    "uri": "https://api.kexp.org/v2/plays/356042/?format=api",
    "airdate": "2019-07-18T13:03:02-07:00",
    "show": 5932,
    "show_uri": "https://api.kexp.org/v2/shows/5932/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Anenome",
    "track_id": "a7ab5305-bae8-398d-8602-d32d6ae5b4e2",
    "recording_id": null,
    "artist": "The Brian Jonestown Massacre",
    "artist_ids": [
        "381e8434-109a-439c-8acc-5d328359f2e0"
    ],
    "album": "Tepid Peppermint Wonderland: A Retrospective",
    "release_id": "6d012983-4187-4e00-985a-d613a653a556",
    "release_group_id": null,
    "labels": [
        "Tee Pee Records"
    ],
    "label_ids": [
        "4081ad06-da69-498c-a7bf-c119bc46684c"
    ],
    "release_date": "2004-11-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The singer states the solidity and awareness of their state of mind, as they exhort the other person to realize their feelings are true and definitive, unlike those of the aftermentioned person -could be a former couple, friend, or family member- that theirs are inconclusive, fleeting or contradictory.\" Read about the lyrics to this song here: https://genius.com/16972223",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}