Information about plays

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

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

{
    "id": 3609136,
    "uri": "https://api.kexp.org/v2/plays/3609136/?format=api",
    "airdate": "2026-01-25T20:56:02-08:00",
    "show": 65754,
    "show_uri": "https://api.kexp.org/v2/shows/65754/?format=api",
    "image_uri": "https://coverartarchive.org/release/6e2a88ab-81b0-4ae5-92be-74a7380ad12c/32207707610-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6e2a88ab-81b0-4ae5-92be-74a7380ad12c/32207707610-250.jpg",
    "song": "Groovy World",
    "track_id": null,
    "recording_id": "dc21b484-9e4f-47cd-b604-dc22a3ad6574",
    "artist": "Fabulous Caprices",
    "artist_ids": [
        "78614fbc-5e28-4e77-ad92-3413f03b9b89"
    ],
    "album": "The Sound of Funk, Volume 1",
    "release_id": null,
    "release_group_id": "651b2a34-7c5f-3942-8bc2-300164293b82",
    "labels": [
        "Camaro"
    ],
    "label_ids": [
        "7ff1d205-b27f-4850-a3a9-76f4bb2f0b66"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Denison, Texas soul group Fabulous Caprices originally released \"Groovy World\" and b-side \"My Love\" in 1971, but you can find the track on the 1992 compilation album The Sound of Funk, Volume 1.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}