Information about plays

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

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

{
    "id": 3659692,
    "uri": "https://api.kexp.org/v2/plays/3659692/?format=api",
    "airdate": "2026-05-26T05:24:51-07:00",
    "show": 66818,
    "show_uri": "https://api.kexp.org/v2/shows/66818/?format=api",
    "image_uri": "https://dn711104.ca.archive.org/0/items/mbid-cff2f891-fef0-44f1-b4f4-d302958cd83e/mbid-cff2f891-fef0-44f1-b4f4-d302958cd83e-45125488829_thumb500.jpg",
    "thumbnail_uri": "https://dn711104.ca.archive.org/0/items/mbid-cff2f891-fef0-44f1-b4f4-d302958cd83e/mbid-cff2f891-fef0-44f1-b4f4-d302958cd83e-45125488829_thumb250.jpg",
    "song": "Riddle",
    "track_id": "31da232d-0faa-48ac-ad3d-7eb44d49787c",
    "recording_id": "50cde11d-51fb-4e21-9dfc-939389693c7b",
    "artist": "Beck Zegans",
    "artist_ids": [
        "3fc0cdec-7f06-45f0-8ee5-6e9754c5a0bb"
    ],
    "album": "Engraving of Armor",
    "release_id": "cff2f891-fef0-44f1-b4f4-d302958cd83e",
    "release_group_id": "28136b88-6cc5-42af-a988-37992baee80f",
    "labels": [
        "Exploding In Sound Records"
    ],
    "label_ids": [
        "ab54e798-5f5e-4d17-98bf-e25d61485bb9"
    ],
    "release_date": "2026-05-22",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LOVING this new release!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}