Information about plays

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

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

{
    "id": 3598976,
    "uri": "https://api.kexp.org/v2/plays/3598976/?format=api",
    "airdate": "2026-01-01T21:51:40-08:00",
    "show": 65535,
    "show_uri": "https://api.kexp.org/v2/shows/65535/?format=api",
    "image_uri": "https://coverartarchive.org/release/36667e62-9b73-4e9b-b4a5-965bbab2587a/43474229642-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/36667e62-9b73-4e9b-b4a5-965bbab2587a/43474229642-250.jpg",
    "song": "Eversummer Island",
    "track_id": null,
    "recording_id": "77e60290-8018-4014-83b5-656490ff9efe",
    "artist": "寺田創一",
    "artist_ids": [
        "fabc9908-3a4a-4c79-86bd-1f7e4506b0d8"
    ],
    "album": "Ape Escape 3 Originape Soundtracks",
    "release_id": null,
    "release_group_id": "4bb98eff-55e3-420c-b326-82852093cda1",
    "labels": [],
    "label_ids": [],
    "release_date": "2012-05-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "寺田創一 (Soichi Terada) is a Japanese electronic music composer, best known for his work in the Ape Escape video game series. He started producing music in 1989 as well as remixing singers such as Nami Shimada. He and fellow producer Shinichiro Yokota formed Far East Recording in 1990, releasing various albums and singles.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}