Information about plays

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

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

{
    "id": 3591986,
    "uri": "https://api.kexp.org/v2/plays/3591986/?format=api",
    "airdate": "2025-12-16T19:04:29-08:00",
    "show": 65397,
    "show_uri": "https://api.kexp.org/v2/shows/65397/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sauti Ya Mama",
    "track_id": null,
    "recording_id": "b09fe0d9-74e5-4487-a22a-7c6bf2a39798",
    "artist": "The Zawose Queens",
    "artist_ids": [
        "55f3d301-f881-4390-9ed3-52b0a7c8069d"
    ],
    "album": "Moja Kwa Moja",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Real World"
    ],
    "label_ids": [
        "351bf0d2-f806-416f-a6e9-fdb8ee238eac"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pendo and Leah Zawose showcase the fluid polyrhythms and rapturous polyphonic singing of the Gogo (aka Wagogo) people of the arid, hilly Dodoma region of central Tanzania. This track was recorded live in The Wood Room at Real World Studios in July of 2024",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}