Information about plays

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

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

{
    "id": 3643347,
    "uri": "https://api.kexp.org/v2/plays/3643347/?format=api",
    "airdate": "2026-04-17T19:28:46-07:00",
    "show": 66479,
    "show_uri": "https://api.kexp.org/v2/shows/66479/?format=api",
    "image_uri": "https://coverartarchive.org/release/97f3d0d6-85dc-4f2e-a327-4e1378135336/37021964223-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/97f3d0d6-85dc-4f2e-a327-4e1378135336/37021964223-250.jpg",
    "song": "Back to the Swamp",
    "track_id": null,
    "recording_id": "88448fce-998b-491a-9379-730a54b64d35",
    "artist": "Tal Fussman",
    "artist_ids": [
        "e1d70844-e4bb-495f-95f6-344fe873b774"
    ],
    "album": "Back to the Swamp",
    "release_id": null,
    "release_group_id": "29cd2001-1f88-4787-97cd-a978307cbfee",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-11-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tal Fussman is a Berlin-based DJ, producer, and label owner known for blending house, techno, jazz, and '80s-inspired sounds.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}