Information about plays

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

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

{
    "id": 3577110,
    "uri": "https://api.kexp.org/v2/plays/3577110/?format=api",
    "airdate": "2025-11-12T06:00:52-08:00",
    "show": 65087,
    "show_uri": "https://api.kexp.org/v2/shows/65087/?format=api",
    "image_uri": "https://ia803207.us.archive.org/5/items/mbid-3dbe8250-a4e4-4bc4-a32c-db0e3a88375d/mbid-3dbe8250-a4e4-4bc4-a32c-db0e3a88375d-3742799884_thumb500.jpg",
    "thumbnail_uri": "https://dn710700.ca.archive.org/0/items/mbid-3dbe8250-a4e4-4bc4-a32c-db0e3a88375d/mbid-3dbe8250-a4e4-4bc4-a32c-db0e3a88375d-3742799884_thumb250.jpg",
    "song": "The Girl From Ipanema (Garota de Ipanema)",
    "track_id": "25eafc8e-d877-33e5-9fcb-ad7470179e40",
    "recording_id": "fd889e33-a067-498f-bbf8-9ffe305bde16",
    "artist": "Stan Getz & João Gilberto feat. Antonio Carlos Jobim",
    "artist_ids": [
        "286ec4c2-b5ca-4f85-b331-280a6d73dd14",
        "8f2422ab-0ec6-4c92-80c4-afe9622fab32",
        "7a8dbe84-f4c0-4457-bfa3-edced1f8cde0"
    ],
    "album": "Getz/Gilberto",
    "release_id": "3dbe8250-a4e4-4bc4-a32c-db0e3a88375d",
    "release_group_id": "b248d212-aace-3c3e-a23d-e13aaac1f87a",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "1964-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“The Girl from Ipanema” (Garota de Ipanema) is one of the most iconic bossa nova and jazz standards, written in 1962 by Antônio Carlos Jobim (music) and Vinícius de Moraes (Portuguese lyrics), with English lyrics later added by Norman Gimbel. The most famous recording features Stan Getz (saxophone), João Gilberto (guitar/vocals), Astrud Gilberto (vocals), and Antônio Carlos Jobim (piano), released on the 1964 album Getz/Gilberto.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}