Information about plays

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

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

{
    "id": 3638105,
    "uri": "https://api.kexp.org/v2/plays/3638105/?format=api",
    "airdate": "2026-04-05T08:36:37-07:00",
    "show": 66372,
    "show_uri": "https://api.kexp.org/v2/shows/66372/?format=api",
    "image_uri": "https://coverartarchive.org/release/100cbdd2-f709-4248-83bc-f8a1af3b57ac/44706410602-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/100cbdd2-f709-4248-83bc-f8a1af3b57ac/44706410602-250.jpg",
    "song": "Somewhere Between Then and Now",
    "track_id": null,
    "recording_id": "f36bd275-6687-49db-8990-23233aeef4f7",
    "artist": "Hollie Kenniff",
    "artist_ids": [
        "d418b334-3028-41a3-be7e-adc1adadc13d"
    ],
    "album": "For Those Who Stay",
    "release_id": null,
    "release_group_id": "1c8fd382-2caf-440e-82fe-239b3d0bded1",
    "labels": [
        "Nettwerk Music Group"
    ],
    "label_ids": [
        "dfd38a65-6c5e-4b70-aa63-26e2b4b85cbd"
    ],
    "release_date": "2026-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Closing track to the meditative new album from American musician Hollie Kenniff ~ https://holliekenniff.bandcamp.com/album/for-those-who-stay",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}