Information about plays

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

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

{
    "id": 3638994,
    "uri": "https://api.kexp.org/v2/plays/3638994/?format=api",
    "airdate": "2026-04-07T09:01:24-07:00",
    "show": 66390,
    "show_uri": "https://api.kexp.org/v2/shows/66390/?format=api",
    "image_uri": "https://ia601901.us.archive.org/1/items/mbid-999a7148-b202-469a-b3f1-10e01b0d4f93/mbid-999a7148-b202-469a-b3f1-10e01b0d4f93-15655228493_thumb500.jpg",
    "thumbnail_uri": "https://dn711004.ca.archive.org/0/items/mbid-999a7148-b202-469a-b3f1-10e01b0d4f93/mbid-999a7148-b202-469a-b3f1-10e01b0d4f93-15655228493_thumb250.jpg",
    "song": "Jerk It Out",
    "track_id": "137c78f6-dc36-3083-beb4-5c5fbb8e56ce",
    "recording_id": "0efff904-f98f-4693-84fe-a5eef6d18105",
    "artist": "Caesars",
    "artist_ids": [
        "2f1e4ada-2b9a-4834-90fa-88d61b73082f"
    ],
    "album": "Paper Tigers",
    "release_id": "1845a7dc-be26-3a79-8ebf-a114a9ea983c",
    "release_group_id": "e008564f-8243-3fbe-9eff-9139af2e99bd",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2005-04-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Caesars sampled The Monkees' \"Mary, Mary.\"\n--\nThis was the first hit for The Caesars, who are known as The Caesar's Palace in their native country of Sweden, and Twelve Caesars throughout the rest of Scandinavia. However due to copyrights from Caesars Palace Casino, they are known as The Caesars throughout the rest of the world.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}