Information about plays

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

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

{
    "id": 3619525,
    "uri": "https://api.kexp.org/v2/plays/3619525/?format=api",
    "airdate": "2026-02-19T13:40:09-08:00",
    "show": 65975,
    "show_uri": "https://api.kexp.org/v2/shows/65975/?format=api",
    "image_uri": "https://coverartarchive.org/release/b85793ea-34f6-4cd8-9238-76971f917bdd/5803734625-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b85793ea-34f6-4cd8-9238-76971f917bdd/5803734625-250.jpg",
    "song": "Sukiyaki",
    "track_id": null,
    "recording_id": "29b3ce34-dfc2-4a41-b54d-2a6796b76d90",
    "artist": "A Taste of Honey",
    "artist_ids": [
        "8fb61843-e724-41b4-86bd-6e3b3dfe9c6e"
    ],
    "album": "Twice As Sweet",
    "release_id": null,
    "release_group_id": "d97cb8fe-987b-34a7-be03-edb09f01682a",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1980-07-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Triple OG!!!\n--\nJanice Marie Johnson of A Taste of Honey was inspired to have her group cover Kyu Sakamoto's 60s hit 'Sukiyaki' after she heard Linda Ronstadt's version of Smokey Robinson and The Miracles' 'Ooo Baby Baby' while driving around Los Angeles.\n--\nHappy birthday to Smokey Robinson, born on this date in 1940!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}