Information about plays

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

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

{
    "id": 3599376,
    "uri": "https://api.kexp.org/v2/plays/3599376/?format=api",
    "airdate": "2026-01-02T19:19:10-08:00",
    "show": 65543,
    "show_uri": "https://api.kexp.org/v2/shows/65543/?format=api",
    "image_uri": "https://coverartarchive.org/release/6ac0ebbc-0a99-4e4d-94b0-d5f2b8c60e88/25115854048-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6ac0ebbc-0a99-4e4d-94b0-d5f2b8c60e88/25115854048-250.jpg",
    "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: Box Set",
    "release_id": null,
    "release_group_id": "e76e0562-9fb1-435e-8998-7f1f0fb5d7a0",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-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"
}