Information about plays

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

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

{
    "id": 3564702,
    "uri": "https://api.kexp.org/v2/plays/3564702/?format=api",
    "airdate": "2025-10-13T21:19:46-07:00",
    "show": 64828,
    "show_uri": "https://api.kexp.org/v2/shows/64828/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "2 de Octubre",
    "track_id": null,
    "recording_id": null,
    "artist": "Maldita Vecindad y Los Hijos del Quinto Patio",
    "artist_ids": [
        "603358be-cfcd-442a-b251-994a75208719"
    ],
    "album": "Mostros",
    "release_id": null,
    "release_group_id": "716b6ba7-91c6-3b72-9458-1f7940341ce3",
    "labels": [],
    "label_ids": [],
    "release_date": "1998-09-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Maldita Vecindad are one of Mexico’s most influential rock en español groups, blending ska, rock, and Mexican traditional music. “2 de Octubre” also references the 1968 Tlatelolco massacre, commemorating its victims through a danceable yet mournful rhythm. The song exemplifies the band’s fusion of social consciousness and cultural identity. Its mix of brass, percussion, and urban storytelling turned it into an anthem of memory and resistance within Mexican popular culture.\u2028Listen: https://open.spotify.com/track/5Z7R8HcbBgZ0mvH44rlLPa",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}