Information about plays

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

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

{
    "id": 3624944,
    "uri": "https://api.kexp.org/v2/plays/3624944/?format=api",
    "airdate": "2026-03-03T20:39:46-08:00",
    "show": 66084,
    "show_uri": "https://api.kexp.org/v2/shows/66084/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Berimbau/Consolacao",
    "track_id": null,
    "recording_id": "f24ddb5e-3c51-4b20-85ee-5f86d4184031",
    "artist": "Sergio Mendes feat. Stevie Wonder & Gracinha Leporace",
    "artist_ids": [
        "6bf591c4-b050-478e-9d9f-167394d66c90",
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e",
        "75538a8d-9850-4547-a027-795666fd5b7d"
    ],
    "album": "Selections From Timeless",
    "release_id": null,
    "release_group_id": "4315a1fe-d77c-4bce-b2ae-94674566dbb4",
    "labels": [
        "Concord Records"
    ],
    "label_ids": [
        "c5f3bc66-5e1e-47bf-8737-46612304aca6"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gracinha Leporace's track with Sergio and Stevie is essentially an ode to the instrument of capoeira, the berimbau. This single string instrument is Angolan, typically used in Brazil, with percussive qualities.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}