Information about plays

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

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

{
    "id": 3582947,
    "uri": "https://api.kexp.org/v2/plays/3582947/?format=api",
    "airdate": "2025-11-25T20:21:47-08:00",
    "show": 65210,
    "show_uri": "https://api.kexp.org/v2/shows/65210/?format=api",
    "image_uri": "https://coverartarchive.org/release/cb2c946f-a8ae-4ccf-b88a-ae942013c778/13747818802-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cb2c946f-a8ae-4ccf-b88a-ae942013c778/13747818802-250.jpg",
    "song": "Amaotayku Avelino Sinani (El Buho remix)",
    "track_id": null,
    "recording_id": "96b890bf-cd33-4d4e-873a-ae5727bea30e",
    "artist": "Luzmila Carpio",
    "artist_ids": [
        "085945c0-6acd-4272-bbfa-b94f40250d14"
    ],
    "album": "Luzmila Carpio Meets ZZK",
    "release_id": null,
    "release_group_id": "5730aed5-724e-41be-8e3c-41becb8dd6c2",
    "labels": [
        "ZZK Records"
    ],
    "label_ids": [
        "f0947b0c-f63a-433e-9a48-6625326d933e"
    ],
    "release_date": "2015-02-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bolivian singer and former ambassador to France. During her formative years, she was forbidden from singing in her native language, Quechua, because Spanish was the only recognized language, despite Quechua being spoken by indigenous peoples in the Andean regions of Bolivia, Colombia, Chile, Ecuador, Peru, and Argentina.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}