Information about plays

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

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

{
    "id": 3553349,
    "uri": "https://api.kexp.org/v2/plays/3553349/?format=api",
    "airdate": "2025-09-15T11:57:06-07:00",
    "show": 64570,
    "show_uri": "https://api.kexp.org/v2/shows/64570/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "1-2-3",
    "track_id": null,
    "recording_id": "85f7e194-6a7e-4780-a1c1-5bdac4007339",
    "artist": "Café Tacvba",
    "artist_ids": [
        "c2b37a39-c66a-44b2-b190-a69485ae5d95"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2018-09-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Since its beginnings in Ciudad Satélite, Mexico, in the early 1990s, Café Tacvba has been much more than just a rock band. Comprised of Rubén Albarrán, Emmanuel del Real, Joselo Rangel, and Enrique Rangel, this pioneering band has challenged norms and transcended the boundaries of genre, style, and expectations, becoming a cultural and musical icon in Latin America and beyond. https://cafetacuba.com.mx/biografia/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}