Information about plays

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

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

{
    "id": 3670148,
    "uri": "https://api.kexp.org/v2/plays/3670148/?format=api",
    "airdate": "2026-06-20T06:23:01-07:00",
    "show": 67035,
    "show_uri": "https://api.kexp.org/v2/shows/67035/?format=api",
    "image_uri": "https://coverartarchive.org/release/34361b26-4ca9-3bcf-81ff-95ced75c64cf/15472233585-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/34361b26-4ca9-3bcf-81ff-95ced75c64cf/15472233585-250.jpg",
    "song": "Yelling Away",
    "track_id": null,
    "recording_id": null,
    "artist": "Zap Mama (Ft. Questlove)",
    "artist_ids": [],
    "album": "Ancestry in Progress",
    "release_id": null,
    "release_group_id": "77c2bc6a-fd5e-387c-9c3e-0f7d0869dc0d",
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "2004-08-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}