Information about plays

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

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

{
    "id": 3572323,
    "uri": "https://api.kexp.org/v2/plays/3572323/?format=api",
    "airdate": "2025-10-31T19:22:32-07:00",
    "show": 64986,
    "show_uri": "https://api.kexp.org/v2/shows/64986/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Agolo",
    "track_id": null,
    "recording_id": "c0846a8b-2f66-43a8-9235-5a1c7c6f8545",
    "artist": "Angélique Kidjo",
    "artist_ids": [
        "80fe34d0-6b4f-4ccd-81c3-281ab37f0451"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Angelique Kidjo queen of Afropop. Her 30 + years of career is acclaimed with multiple awards including Grammys. She’s also an activist for women rights and the inclusion of African talents on mainstream platforms. Agolo was released in 1994. Her influence continues to this day!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}