Information about plays

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

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

{
    "id": 3574867,
    "uri": "https://api.kexp.org/v2/plays/3574867/?format=api",
    "airdate": "2025-11-06T21:18:08-08:00",
    "show": 65040,
    "show_uri": "https://api.kexp.org/v2/shows/65040/?format=api",
    "image_uri": "https://coverartarchive.org/release/d48bb455-7b0a-45ae-8e2a-8f3ff6c953e8/37475531309-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d48bb455-7b0a-45ae-8e2a-8f3ff6c953e8/37475531309-250.jpg",
    "song": "電子レンジ (Denshi Lenzi)",
    "track_id": null,
    "recording_id": "17fe1821-5cfa-453f-b074-1209d5f024f4",
    "artist": "Tokyo Riddim Band",
    "artist_ids": [
        "a1d28254-14c9-497d-8048-e8f174bc1f75"
    ],
    "album": "Tokyo Riddim 1976-1985",
    "release_id": null,
    "release_group_id": "30322099-1e56-434d-b893-7f080d7f791b",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-12-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Japan; \"Denshi Lenzi\" borrows the rhythm guitar and bassline from Marley's \"Natural Mystic\" and pairs them with vocals treated with futuristic robo-pop vocoder effects.\n\nhttps://timecapsulespace.bandcamp.com/track/denshi-lenzi",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}