Information about plays

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

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

{
    "id": 3634397,
    "uri": "https://api.kexp.org/v2/plays/3634397/?format=api",
    "airdate": "2026-03-27T21:51:34-07:00",
    "show": 66296,
    "show_uri": "https://api.kexp.org/v2/shows/66296/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wanna Do My Thing",
    "track_id": null,
    "recording_id": "5c166c11-8fb9-4809-8293-7168ee0f2d92",
    "artist": "Matata",
    "artist_ids": [
        "566ea6da-3a59-4fce-879c-eb97ca8d9d25"
    ],
    "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": "Matata, originally known as Air Fiesta Matata, was a Kenyan band that gained recognition in the early 1970s with their vibrant blend of African and Western musical styles, particularly Afro-funk. Formed in the 1960s, they became known for their energetic live performances and unique sound that mixed elements of funk, jazz, and Afrobeat with traditional African rhythms and languages, including Mijikenda, Lingala, Swahili, and English.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}