Information about plays

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

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

{
    "id": 3526980,
    "uri": "https://api.kexp.org/v2/plays/3526980/?format=api",
    "airdate": "2025-07-14T20:53:02-07:00",
    "show": 64015,
    "show_uri": "https://api.kexp.org/v2/shows/64015/?format=api",
    "image_uri": "https://ia800706.us.archive.org/30/items/mbid-66ba6803-c216-4295-be81-4f88fcfa5086/mbid-66ba6803-c216-4295-be81-4f88fcfa5086-41563857063_thumb500.jpg",
    "thumbnail_uri": "https://ia800706.us.archive.org/30/items/mbid-66ba6803-c216-4295-be81-4f88fcfa5086/mbid-66ba6803-c216-4295-be81-4f88fcfa5086-41563857063_thumb250.jpg",
    "song": "All I Can Say",
    "track_id": "1d00b124-f74f-4b3d-aa0b-5de2b139176c",
    "recording_id": "98bde36d-fe7e-449f-bcec-e599cb630423",
    "artist": "Kali Uchis",
    "artist_ids": [
        "d0c7656d-8169-4f77-9dbe-b8f24e40105d"
    ],
    "album": "Sincerely,",
    "release_id": "66ba6803-c216-4295-be81-4f88fcfa5086",
    "release_group_id": "ffab75ab-f1b4-4357-a687-88ea5093f66a",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2025-05-09",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kali Uchis & Thee Sacred Souls are on tour! August 14 - Portland (Moda Center) August 15 - Seattle (Climate Pledge Arena) August 17 - Sacramento (Golden 1 Center) August 18 - SF (Chase Center) August 20-21 - LA/Inglewood (Kia Forum)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}