Information about plays

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

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

{
    "id": 3635425,
    "uri": "https://api.kexp.org/v2/plays/3635425/?format=api",
    "airdate": "2026-03-30T03:36:47-07:00",
    "show": 66318,
    "show_uri": "https://api.kexp.org/v2/shows/66318/?format=api",
    "image_uri": "https://coverartarchive.org/release/373ad911-161d-4e0e-ab75-13146dad3d02/16364263950-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/373ad911-161d-4e0e-ab75-13146dad3d02/16364263950-250.jpg",
    "song": "These Uncharted Lands",
    "track_id": null,
    "recording_id": "250d9fce-032d-40c4-8a0b-a5c46f3c118b",
    "artist": "Steve Hillage",
    "artist_ids": [
        "bb0ae0c0-16eb-43df-9f99-7f351c53354a"
    ],
    "album": "For to Next",
    "release_id": null,
    "release_group_id": "2a26b220-709f-46bf-8919-411ae645d9d3",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A highly skilled guitarist known for his fluid, effects-heavy playing, British musician Steve Hillage has collaborated with countless musicians and influenced several genres over the course of his lengthy career, particularly space rock, prog, ambient, and techno. Initially associated with the Canterbury Scene during the late '60s and early '70s, Hillage played in groups such as Uriel and Khan before becoming a key member of psychedelic cult favorites Gong during the '70s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}