Information about plays

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

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

{
    "id": 3567718,
    "uri": "https://api.kexp.org/v2/plays/3567718/?format=api",
    "airdate": "2025-10-20T19:19:39-07:00",
    "show": 64890,
    "show_uri": "https://api.kexp.org/v2/shows/64890/?format=api",
    "image_uri": "https://coverartarchive.org/release/3db9d9c0-83ba-4867-a3f9-aa3a6d087d91/41696131218-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3db9d9c0-83ba-4867-a3f9-aa3a6d087d91/41696131218-250.jpg",
    "song": "brujita",
    "track_id": null,
    "recording_id": null,
    "artist": "Saramalacara, Rusowsky",
    "artist_ids": [
        "5a0c8036-b793-4dcb-90cf-a4606fa1abea",
        "d836bdef-52ef-4142-baba-573e5b529478"
    ],
    "album": "Babayaga",
    "release_id": null,
    "release_group_id": "a78b0dc6-d40e-46a2-99e2-6c3918e93a93",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "EN: “Brujita” is a collaboration between Spanish artist Rusowsky and Argentine artist Saramalacara, released in March 2023. The track blends experimental electronic sounds with trap and hyperpop influences, creating a unique and immersive atmosphere.\n\nES: «Brujita» es una colaboración entre el artista español Rusowsky y el artista argentino Saramalacara, lanzada en marzo de 2023. La canción combina sonidos electrónicos experimentales con influencias trap e hyperpop, creando una atmósfera única y envolvente.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}