Information about plays

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

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

{
    "id": 373106,
    "uri": "https://api.kexp.org/v2/plays/373106/?format=api",
    "airdate": "2019-08-27T17:27:52-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Uncle Sam Goddamn",
    "track_id": "02c76f50-f481-4c05-b80a-47e98869c957",
    "recording_id": null,
    "artist": "Brother Ali",
    "artist_ids": [
        "e0b267df-9e16-4fd3-abb2-b47e61e7a2aa"
    ],
    "album": "The Undisputed Truth",
    "release_id": "f6384b51-c6ec-4798-8e28-4e97d9cb20b0",
    "release_group_id": null,
    "labels": [
        "Rhymesayers Entertainment"
    ],
    "label_ids": [
        "d8d53751-d146-41dc-a95b-58332e41e03f"
    ],
    "release_date": "2007-04-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hope says, \"I made this mix for my listeners. I had a very early radio show from 4am-6:30 where I could play anything, I called my show The Revolution on WMPG.org I would be listening to the news and finding songs that talk about all of the issues that are happening today but were still being talked about in the past...\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}