Information about plays

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

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

{
    "id": 3561060,
    "uri": "https://api.kexp.org/v2/plays/3561060/?format=api",
    "airdate": "2025-10-04T01:16:34-07:00",
    "show": 64738,
    "show_uri": "https://api.kexp.org/v2/shows/64738/?format=api",
    "image_uri": "https://coverartarchive.org/release/c7955562-3742-4f49-ac22-9a8d3c642fd2/5283945172-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c7955562-3742-4f49-ac22-9a8d3c642fd2/5283945172-250.jpg",
    "song": "Moscú está helado",
    "track_id": null,
    "recording_id": "1a56e942-9f09-4b6f-baa5-9e5856e38c35",
    "artist": "Esplendor Geométrico",
    "artist_ids": [
        "401ad861-47fb-4845-9995-80c7384e0f89"
    ],
    "album": "Moscú está helado",
    "release_id": null,
    "release_group_id": "50586407-8f2e-48ca-b4fc-c54969eab382",
    "labels": [
        "Geometrik Records"
    ],
    "label_ids": [],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spain -Via Bandcamp about the track - \"Moscú está Helado can be considered as the first track recorded by Esplendor Geométrico in their beginnings in 1980. Was originally included in the international compilation album “FIX PLANET!”, released on 1981 by Ata Tak label (Germany)\". https://esplendorgeometrico.bandcamp.com/album/mosc-est-helado",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}