Information about plays

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

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

{
    "id": 3641314,
    "uri": "https://api.kexp.org/v2/plays/3641314/?format=api",
    "airdate": "2026-04-12T20:11:47-07:00",
    "show": 66436,
    "show_uri": "https://api.kexp.org/v2/shows/66436/?format=api",
    "image_uri": "https://coverartarchive.org/release/798a7a73-2040-4468-8f72-89b6aab99d52/12314896125-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/798a7a73-2040-4468-8f72-89b6aab99d52/12314896125-250.jpg",
    "song": "Love Lock",
    "track_id": null,
    "recording_id": "d7264ff6-0b10-44da-80f9-fbca3ccca5a7",
    "artist": "Flora Purim",
    "artist_ids": [
        "b1091eee-4198-4e66-8b15-05ae12b03353"
    ],
    "album": "Carry On",
    "release_id": null,
    "release_group_id": "67aa4385-700d-3bd1-992e-c2e6c30c58c5",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brazilian Latin jazz vocalist Flora Purim released \"Love Lock\" on the 1979 album Carry On.\n\nFlora Purim is a Brazilian jazz singer known primarily for her work in the jazz fusion style. She became prominent for her part in the jazz fusion band Return to Forever with Chick Corea and Stanley Clarke. She married Brazilian drummer & percussionist Airto Moreira in 1972. Their daughter, Diana Moreira Booker, is also a singer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}