Information about plays

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

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

{
    "id": 3640673,
    "uri": "https://api.kexp.org/v2/plays/3640673/?format=api",
    "airdate": "2026-04-11T09:11:34-07:00",
    "show": 66424,
    "show_uri": "https://api.kexp.org/v2/shows/66424/?format=api",
    "image_uri": "https://coverartarchive.org/release/d9e961d1-7c97-4745-a1d3-0d2a5419037a/35858679197-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d9e961d1-7c97-4745-a1d3-0d2a5419037a/35858679197-250.jpg",
    "song": "So Jah Sey Dub",
    "track_id": null,
    "recording_id": "929e617b-dde3-47d9-83f4-12df62ea8b59",
    "artist": "The Aggrovators",
    "artist_ids": [
        "d2eba907-21a2-4240-8667-1da3a1fe63d0"
    ],
    "album": "Kaya Dub",
    "release_id": null,
    "release_group_id": "cf1b274d-f6eb-47d5-84bb-550e695ed940",
    "labels": [],
    "label_ids": [],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Aggrovators were a Jamaican dub/reggae backing band in the 1970s and 1980s, and one of the main session bands of producer Bunny Lee. The line-up varied, with Lee using the name for whichever set of musicians he was using at any time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}