Information about plays

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

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

{
    "id": 3562112,
    "uri": "https://api.kexp.org/v2/plays/3562112/?format=api",
    "airdate": "2025-10-06T20:45:54-07:00",
    "show": 64766,
    "show_uri": "https://api.kexp.org/v2/shows/64766/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pila pila",
    "track_id": null,
    "recording_id": "bf18fd1b-5014-4a47-addd-5b265921f149",
    "artist": "Ghetto Kumbé",
    "artist_ids": [
        "c336a046-4d90-4ca0-ac37-876a800cf2ba"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "ES: ¡Es hora de la campaña de otoño!\n¡Gracias por sus donaciones!\nHaga su donación a El Sonido AHORA. ¡Necesitamos su apoyo ahora más que nunca! \nVisite: www.kexp.org\nEN: Fall Drive Time!\nThank you for your gifts!\nDonate to El Sonido NOW. We need your support now more than ever! \nVisit: www.kexp.org",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}