Information about plays

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

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

{
    "id": 3547411,
    "uri": "https://api.kexp.org/v2/plays/3547411/?format=api",
    "airdate": "2025-09-01T03:38:41-07:00",
    "show": 64443,
    "show_uri": "https://api.kexp.org/v2/shows/64443/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Govt Sinnas (feat. Howard Wiley)",
    "track_id": null,
    "recording_id": null,
    "artist": "Chhoti Maa",
    "artist_ids": [
        "fe1963fa-9014-484b-9090-82a509e03040"
    ],
    "album": "Caldo De Hueso",
    "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": "Chhoti Maa is a rapper, singer, songwriter and producer from Guanajuato, Mexico. Her music is rooted in community organizing, hip hop, cumbia, neufolk, R&B, migrant soul and oral tradition. It reflects decolonial living, ancestral medicine, queerness, migrant empowerment, love and radical siblinghood.\nhttps://www.chhotimaa.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}