Information about plays

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

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

{
    "id": 3621840,
    "uri": "https://api.kexp.org/v2/plays/3621840/?format=api",
    "airdate": "2026-02-24T20:45:54-08:00",
    "show": 66022,
    "show_uri": "https://api.kexp.org/v2/shows/66022/?format=api",
    "image_uri": "https://coverartarchive.org/release/013578a2-c115-464e-984a-2c34d1e4c8a1/20700570996-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/013578a2-c115-464e-984a-2c34d1e4c8a1/20700570996-250.jpg",
    "song": "Clipo Clipo",
    "track_id": null,
    "recording_id": "fca2040f-eff1-4dbb-8d7f-a370c3866036",
    "artist": "Jess Sah Bi & Peter One",
    "artist_ids": [
        "79d82990-38f5-4f97-bd85-94723e975248"
    ],
    "album": "Our Garden Needs Its Flowers",
    "release_id": null,
    "release_group_id": "3b1f8264-c2cf-441b-9ef8-81b2b98e9523",
    "labels": [
        "Awesome Tapes From Africa"
    ],
    "label_ids": [
        "967b585c-7107-4770-8480-ba501aba6d50"
    ],
    "release_date": "2018-08-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ivory Coast\n\nIn the 1980s, Abidjan’s Jess Sah Bi & Peter One became one of the most popular musical acts in not just the Ivory Coast (Côte d'Ivoire), but broader West Africa, eventually performing with a full band to stadium-sized audiences at home and throughout Benin, Burkina Faso and Togo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}