Information about plays

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

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

{
    "id": 3657075,
    "uri": "https://api.kexp.org/v2/plays/3657075/?format=api",
    "airdate": "2026-05-20T03:30:13-07:00",
    "show": 66764,
    "show_uri": "https://api.kexp.org/v2/shows/66764/?format=api",
    "image_uri": "https://dn711207.ca.archive.org/0/items/mbid-7d0ea5e6-d490-4366-bbc7-2a14b8192dd0/mbid-7d0ea5e6-d490-4366-bbc7-2a14b8192dd0-25079039948_thumb500.jpg",
    "thumbnail_uri": "https://dn711207.ca.archive.org/0/items/mbid-7d0ea5e6-d490-4366-bbc7-2a14b8192dd0/mbid-7d0ea5e6-d490-4366-bbc7-2a14b8192dd0-25079039948_thumb250.jpg",
    "song": "Stomp",
    "track_id": "4b94b12c-dae1-49b5-8b77-2014a32a173c",
    "recording_id": "d986ee55-104a-4b3a-afda-83afd2016124",
    "artist": "The Brothers Johnson",
    "artist_ids": [
        "cfb830a4-66ca-4d81-a099-033883b39ad8"
    ],
    "album": "Blast!",
    "release_id": "05a789c3-cdcd-47cc-9dcb-71d7153a769f",
    "release_group_id": "ea6103bf-bde8-47db-bd24-0d39ba497814",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Light Up the Night is the fourth album by the Los Angeles, California-based duo the Brothers Johnson, released in 1980 and the final to be produced by Quincy Jones.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}