Information about plays

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

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

{
    "id": 3580608,
    "uri": "https://api.kexp.org/v2/plays/3580608/?format=api",
    "airdate": "2025-11-20T10:24:28-08:00",
    "show": 65161,
    "show_uri": "https://api.kexp.org/v2/shows/65161/?format=api",
    "image_uri": "https://coverartarchive.org/release/96af2659-7e2b-3323-b3af-c0bfec29b898/19759948510-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/96af2659-7e2b-3323-b3af-c0bfec29b898/19759948510-250.jpg",
    "song": "Beloved",
    "track_id": null,
    "recording_id": "7ad3d092-3f77-4706-8ca1-33a778cceedb",
    "artist": "VNV Nation",
    "artist_ids": [
        "8385f26a-f374-4a04-9aad-4442ce24db2b"
    ],
    "album": "Futureperfect",
    "release_id": null,
    "release_group_id": "fc7f3ccc-628e-38c2-8f84-98fda4a012ff",
    "labels": [
        "Energy Rekords"
    ],
    "label_ids": [
        "1705acb9-bc30-46d2-adc1-b7e69a5767c6"
    ],
    "release_date": "2002-01-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "VNV Nation is a European based alternative electronic project led by Ronan Harris in the roles of singer, songwriter and producer.\n\nNever content with fitting in a category, VNV Nation’s sound blends poetic and thought provoking lyrics with a sound that ranges from melodic dance beats and indie-electronic anthems, to haunting ballads and post-classical soundtrack pieces. The live shows are legendary for their energy and positive emotion, drawing a devoted fanbase from across the musical spectrum to sold out tours and headline appearances at festivals in Europe and America.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}