Information about plays

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

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

{
    "id": 3569529,
    "uri": "https://api.kexp.org/v2/plays/3569529/?format=api",
    "airdate": "2025-10-24T21:51:48-07:00",
    "show": 64923,
    "show_uri": "https://api.kexp.org/v2/shows/64923/?format=api",
    "image_uri": "https://coverartarchive.org/release/66c1a122-5c12-4830-9749-59cf570b3d1a/14553150602-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/66c1a122-5c12-4830-9749-59cf570b3d1a/14553150602-250.jpg",
    "song": "Orere Elejigbo",
    "track_id": null,
    "recording_id": "a9f37145-7cb1-415a-9038-2f1d6f97cd1f",
    "artist": "The Lijadu Sisters",
    "artist_ids": [
        "9c5c0632-dbef-4674-a90c-af04412a1508"
    ],
    "album": "Holding Up Half the Sky: Voices of African Women",
    "release_id": null,
    "release_group_id": "5e5a601b-7b50-4ca3-b24a-5ac22b2c7950",
    "labels": [],
    "label_ids": [],
    "release_date": "1997-01-01",
    "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"
}