Information about plays

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

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

{
    "id": 3634384,
    "uri": "https://api.kexp.org/v2/plays/3634384/?format=api",
    "airdate": "2026-03-27T20:57:16-07:00",
    "show": 66296,
    "show_uri": "https://api.kexp.org/v2/shows/66296/?format=api",
    "image_uri": "https://coverartarchive.org/release/002c4aab-1aa5-430e-a254-f0d553efca4e/25595818393-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/002c4aab-1aa5-430e-a254-f0d553efca4e/25595818393-250.jpg",
    "song": "Extraordinary Woman",
    "track_id": null,
    "recording_id": "b91ea88e-8f61-488c-b361-b7ad6f3a2e57",
    "artist": "The Psychedelic Aliens",
    "artist_ids": [
        "a04bea0c-a3ac-45ed-980e-32420d454339"
    ],
    "album": "Voodoo Funk - Big Beats, Sweet Talks & Psychedelic Aliens",
    "release_id": null,
    "release_group_id": "4d44eb93-51f7-4b2f-9b0d-a03856fa71ad",
    "labels": [],
    "label_ids": [],
    "release_date": "2007-12-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Psychedelic Aliens, a.k.a. The Magic Aliens, was a band from Ghana that fused funky R&B grooves with rock-influenced guitars. They were active from 1969 to 1971, during which they released 3 EPs. Like The 2010 compilation \"Psycho African Beat\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}