Information about plays

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

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

{
    "id": 3634381,
    "uri": "https://api.kexp.org/v2/plays/3634381/?format=api",
    "airdate": "2026-03-27T20:42:56-07:00",
    "show": 66296,
    "show_uri": "https://api.kexp.org/v2/shows/66296/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Orere Elejigbo",
    "track_id": null,
    "recording_id": "a20ca2b9-6933-4896-a93d-c6339c3ff0b1",
    "artist": "Lijadu Sisters",
    "artist_ids": [
        "9c5c0632-dbef-4674-a90c-af04412a1508"
    ],
    "album": "Nigeria 70: The Definitive Story of 1970s Funky Lagos",
    "release_id": null,
    "release_group_id": "5caad029-bd47-3bfe-a8f1-cacf253f58ab",
    "labels": [],
    "label_ids": [],
    "release_date": "2001-10-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kehinde Lijadu and Taiwo Lijadu were identical twin sisters from Nigeria who performed as the Lijadu Sisters from the mid-1960s to the 1980s. They achieved success in Nigeria, and also had a more modest success in the United States and Europe.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}