Information about plays

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

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

{
    "id": 3639465,
    "uri": "https://api.kexp.org/v2/plays/3639465/?format=api",
    "airdate": "2026-04-08T13:00:24-07:00",
    "show": 66399,
    "show_uri": "https://api.kexp.org/v2/shows/66399/?format=api",
    "image_uri": "https://coverartarchive.org/release/512b3989-3f33-4360-a9f2-a7981c22c862/36693616316-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/512b3989-3f33-4360-a9f2-a7981c22c862/36693616316-250.jpg",
    "song": "All the Way Around",
    "track_id": null,
    "recording_id": "00eea104-822a-46a2-99a8-c8e2ec6ec7e6",
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "I Want You",
    "release_id": null,
    "release_group_id": "18257379-85bf-3412-b0df-8e2916ee896e",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1976-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Wednesday and welcome to The Afternoon Show with the inimitable Larry Mizell, Jr. and the delightful producer Sharlese.  We’re so grateful that you’re here with us!! \n--\nDid you know that we devoted last week's OG Thursday (April 2nd, 1_00-4:00 p.m.) to the incredible Marvin Gaye? You can listen to that show in its entirety on KEXP's two-week streaming archive: https://www.kexp.org/archive/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}