Information about plays

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

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

{
    "id": 3556437,
    "uri": "https://api.kexp.org/v2/plays/3556437/?format=api",
    "airdate": "2025-09-22T19:55:07-07:00",
    "show": 64636,
    "show_uri": "https://api.kexp.org/v2/shows/64636/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Garrafa ao Mar",
    "track_id": null,
    "recording_id": "fa817314-b9fb-4033-bc3e-ad88bed10c9f",
    "artist": "Luiza Brina & Chico Bernardes",
    "artist_ids": [
        "919476c1-5562-4bc3-aa45-cd264ef568f6",
        "7437ae7d-5e8d-40e4-9c71-a3d06b57c36f"
    ],
    "album": "Deriva",
    "release_id": null,
    "release_group_id": "30938d70-339f-420f-8b57-0027cfbd0767",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-09-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "EN: This gentle collaboration feels like a letter cast into the ocean. Luiza Brina and Chico Bernardes weave delicate guitar lines and hushed vocals that drift together with a sense of intimacy and quiet wonder. The song embodies the Brazilian tradition of poetic songwriting, offering both nostalgia and newness in the same breath.\nES: Esta suave colaboración se percibe como una carta lanzada al océano. Luiza Brina y Chico Bernardes entrelazan delicadas líneas de guitarra y voces susurrantes que fluyen juntas con una sensación de intimidad y tranquila maravilla. La canción encarna la tradición brasileña de la composición poética, ofreciendo nostalgia y novedad al mismo tiempo.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}