Information about plays

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

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

{
    "id": 3667464,
    "uri": "https://api.kexp.org/v2/plays/3667464/?format=api",
    "airdate": "2026-06-13T18:46:02-07:00",
    "show": 66981,
    "show_uri": "https://api.kexp.org/v2/shows/66981/?format=api",
    "image_uri": "https://coverartarchive.org/release/fb5f524c-4f6e-410f-bb09-b4b8aab0f482/6321449892-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fb5f524c-4f6e-410f-bb09-b4b8aab0f482/6321449892-250.jpg",
    "song": "Reverb Is for Lovers",
    "track_id": null,
    "recording_id": "ef2d522a-f745-4eba-bc08-3ec9cd5a7cb7",
    "artist": "Soft Shadows",
    "artist_ids": [
        "b16bae6f-3490-4fd8-bef7-668a1eb4e45f"
    ],
    "album": "Reverb Is for Lovers",
    "release_id": null,
    "release_group_id": "95436ee9-3cf4-4209-b5fc-331c1eb1df42",
    "labels": [],
    "label_ids": [],
    "release_date": "2013-10-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Formerly Sundaze, Soft Shadows was based in Portland!\n\nhttps://softshadows.bandcamp.com/album/reverb-is-for-lovers",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}