Information about plays

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

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

{
    "id": 3667102,
    "uri": "https://api.kexp.org/v2/plays/3667102/?format=api",
    "airdate": "2026-06-12T22:53:37-07:00",
    "show": 66972,
    "show_uri": "https://api.kexp.org/v2/shows/66972/?format=api",
    "image_uri": "https://coverartarchive.org/release/6d272bd0-b1e4-4ab9-9156-68412a10f75a/34272003508-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6d272bd0-b1e4-4ab9-9156-68412a10f75a/34272003508-250.jpg",
    "song": "Beepers",
    "track_id": null,
    "recording_id": "7a30ef15-fabe-46d3-8b1c-6fdb69439ff3",
    "artist": "Sir Mix‐A‐Lot",
    "artist_ids": [
        "05539fb8-b7a5-4012-97a9-5e27ddc031fb"
    ],
    "album": "Seminar",
    "release_id": null,
    "release_group_id": "57362276-9985-383c-82e5-23d6402b5b45",
    "labels": [
        "American Recordings"
    ],
    "label_ids": [
        "f5be9cfe-e1af-405c-a074-caeaed6797c0"
    ],
    "release_date": "1989-10-17",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}