Information about plays

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

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

{
    "id": 3639940,
    "uri": "https://api.kexp.org/v2/plays/3639940/?format=api",
    "airdate": "2026-04-09T15:38:04-07:00",
    "show": 66408,
    "show_uri": "https://api.kexp.org/v2/shows/66408/?format=api",
    "image_uri": "https://coverartarchive.org/release/fed2c979-be66-3af6-885c-a87f1ddf1964/14851831477-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fed2c979-be66-3af6-885c-a87f1ddf1964/14851831477-250.jpg",
    "song": "Home Computer",
    "track_id": null,
    "recording_id": "3ca8ddb9-81bf-4c08-a2cd-468e9d2e6409",
    "artist": "Kraftwerk",
    "artist_ids": [
        "5700dcd4-c139-4f31-aa3e-6382b9af9032"
    ],
    "album": "Computerwelt",
    "release_id": null,
    "release_group_id": "2e58b620-cf80-3b07-a5bc-edabd69ba285",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read how Kraftwerk's 1981 album \"predicted the soundtrack of modern life\": https://www.mentalfloss.com/entertainment/music/how-kraftwerks-computer-world-predicted-soundtrack-modern-life",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}