Information about plays

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

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

{
    "id": 2678337,
    "uri": "https://api.kexp.org/v2/plays/2678337/?format=api",
    "airdate": "2019-12-26T09:44:29-08:00",
    "show": 46226,
    "show_uri": "https://api.kexp.org/v2/shows/46226/?format=api",
    "image_uri": "https://coverartarchive.org/release/c1334e10-1127-457d-89d5-55ef330b9ef9/24120557392-250.jpg",
    "thumbnail_uri": "",
    "song": "Hungry Sam",
    "track_id": "51658632-3d08-4b6c-a810-017ec802b23b",
    "recording_id": null,
    "artist": "The Paranoyds",
    "artist_ids": [
        "649cc6ea-8edc-4632-8e18-336af9581be6"
    ],
    "album": "Carnage Bargain",
    "release_id": "c1334e10-1127-457d-89d5-55ef330b9ef9",
    "release_group_id": null,
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2019-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Los Angeles punk quartet The Paranoyds channel revelry and revulsion into their debut album Carnage Bargain—a raucous blend of garage rock grit, new wave swagger, horror film soundtrack campiness, and a myriad of other influences.\" https://theparanoyds.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}