Information about plays

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

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

{
    "id": 3589893,
    "uri": "https://api.kexp.org/v2/plays/3589893/?format=api",
    "airdate": "2025-12-11T21:34:52-08:00",
    "show": 65350,
    "show_uri": "https://api.kexp.org/v2/shows/65350/?format=api",
    "image_uri": "https://coverartarchive.org/release/5aef3503-980e-4e86-ac4b-e3049274567d/32195820199-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5aef3503-980e-4e86-ac4b-e3049274567d/32195820199-250.jpg",
    "song": "Kaneda",
    "track_id": null,
    "recording_id": "30786517-e320-459d-be45-b4a0cf1fe520",
    "artist": "芸能山城組",
    "artist_ids": [
        "26d6ecec-419b-43bf-bf0d-8322f8a46828"
    ],
    "album": "Akira: Original Motion Picture Soundtrack",
    "release_id": null,
    "release_group_id": "53c4d1be-c4e8-4d3b-ba7e-4b7523e08ed2",
    "labels": [
        "Victor"
    ],
    "label_ids": [
        "f31e1603-a456-4397-950e-e1a051487f75"
    ],
    "release_date": "1988-10-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Geinoh Yamashirogumi is a Japanese musical collective founded on January 19, 1974 by Tsutomu Ōhashi, consisting of hundreds of people with different occupations. They are known for both their re-creations of globally-known folk music, along with music combining traditional and modern elements.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}