Information about plays

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

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

{
    "id": 3646284,
    "uri": "https://api.kexp.org/v2/plays/3646284/?format=api",
    "airdate": "2026-04-24T21:23:25-07:00",
    "show": 66541,
    "show_uri": "https://api.kexp.org/v2/shows/66541/?format=api",
    "image_uri": "https://coverartarchive.org/release/4b96e46e-c9ad-4f6f-adca-3ae327fd0763/33443700080-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4b96e46e-c9ad-4f6f-adca-3ae327fd0763/33443700080-250.jpg",
    "song": "Nzaza (Live)",
    "track_id": null,
    "recording_id": null,
    "artist": "Asake",
    "artist_ids": [
        "2b37ba5e-2162-46ca-bbad-f076f6a333bd"
    ],
    "album": "Mr. Money With the Vibe",
    "release_id": null,
    "release_group_id": "9cca4369-76b5-4121-98da-ba5f23872a17",
    "labels": [],
    "label_ids": [],
    "release_date": "2022-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Asake headlined a historic Red Bull Symphonic concert on November 8, 2025, at the Kings Theatre in Brooklyn, NYC. He was the first African artist to headline this U.S. series, performing his hits with a 33-piece orchestra conducted by Glenn Alexander II, blending Afrobeats with classical music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}