Information about plays

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

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

{
    "id": 3500779,
    "uri": "https://api.kexp.org/v2/plays/3500779/?format=api",
    "airdate": "2025-05-13T08:58:56-07:00",
    "show": 63449,
    "show_uri": "https://api.kexp.org/v2/shows/63449/?format=api",
    "image_uri": "https://ia801804.us.archive.org/27/items/mbid-5b35c9a8-09df-4111-bb4a-d2785e1880fb/mbid-5b35c9a8-09df-4111-bb4a-d2785e1880fb-14215214675_thumb500.jpg",
    "thumbnail_uri": "https://ia801804.us.archive.org/27/items/mbid-5b35c9a8-09df-4111-bb4a-d2785e1880fb/mbid-5b35c9a8-09df-4111-bb4a-d2785e1880fb-14215214675_thumb250.jpg",
    "song": "The Promise",
    "track_id": "0a94b91c-0233-307f-8c91-8144e10caa30",
    "recording_id": "d9f96478-a818-4382-a777-b455877f30dc",
    "artist": "When in Rome",
    "artist_ids": [
        "d3dcef08-31d2-45b4-8e12-e4c7ac0d26c8"
    ],
    "album": "When in Rome",
    "release_id": "5b35c9a8-09df-4111-bb4a-d2785e1880fb",
    "release_group_id": "28fa29fe-56a0-3dbe-9073-2f8a9c1ebf8a",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Respectfully, the production kicks ass in the butt on this one,\n--\n\"The Promise\" is When in Rome's debut single from their self-titled 1988 album. \n\nThis song plays during the end credits in the 2004 film Napoleon Dynamite.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}