Information about plays

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

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

{
    "id": 3546392,
    "uri": "https://api.kexp.org/v2/plays/3546392/?format=api",
    "airdate": "2025-08-29T17:31:22-07:00",
    "show": 64420,
    "show_uri": "https://api.kexp.org/v2/shows/64420/?format=api",
    "image_uri": "https://ia600207.us.archive.org/31/items/mbid-2cc82f9c-52f3-4d71-8033-d1b0fb2b3ed8/mbid-2cc82f9c-52f3-4d71-8033-d1b0fb2b3ed8-9708222337_thumb500.jpg",
    "thumbnail_uri": "https://ia800207.us.archive.org/31/items/mbid-2cc82f9c-52f3-4d71-8033-d1b0fb2b3ed8/mbid-2cc82f9c-52f3-4d71-8033-d1b0fb2b3ed8-9708222337_thumb250.jpg",
    "song": "In Dust We Trust",
    "track_id": "eb961aeb-a8ce-3c78-8d79-8fb8d85b246c",
    "recording_id": "d10d105c-1b96-4dda-8880-61dabd26b953",
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "Exit Planet Dust",
    "release_id": "2cc82f9c-52f3-4d71-8033-d1b0fb2b3ed8",
    "release_group_id": "8fffd616-de95-3597-b1f2-211666cfc2dd",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "1995-08-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Jeni in Monroe!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}