Information about plays

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

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

{
    "id": 3634742,
    "uri": "https://api.kexp.org/v2/plays/3634742/?format=api",
    "airdate": "2026-03-28T18:00:37-07:00",
    "show": 66306,
    "show_uri": "https://api.kexp.org/v2/shows/66306/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Do You Feel It",
    "track_id": null,
    "recording_id": "46f6def4-487d-4bd4-b9ce-998b535c0606",
    "artist": "Calm Down Party",
    "artist_ids": [
        "b98777cb-d5d7-4550-a0eb-43bc2382e9f0"
    ],
    "album": "Lemon Light",
    "release_id": null,
    "release_group_id": "66b30819-c0e2-4bf1-865e-97b98f21f605",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-12-05",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://calmdownparty.bandcamp.com/album/lemon-light",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}