Information about plays

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

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

{
    "id": 3667165,
    "uri": "https://api.kexp.org/v2/plays/3667165/?format=api",
    "airdate": "2026-06-13T02:34:13-07:00",
    "show": 66973,
    "show_uri": "https://api.kexp.org/v2/shows/66973/?format=api",
    "image_uri": "https://coverartarchive.org/release/86087325-326b-40c7-8eae-51e80fbfd451/44040827531-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/86087325-326b-40c7-8eae-51e80fbfd451/44040827531-250.jpg",
    "song": "Shaming Me",
    "track_id": null,
    "recording_id": "a6651bd7-b9ef-40f5-bf47-ccfc255e6015",
    "artist": "NABTA",
    "artist_ids": [
        "01ab9504-50d2-4334-82e8-337e604d88f6"
    ],
    "album": "Shaming Me",
    "release_id": null,
    "release_group_id": "4a08b114-1c1c-40b5-aad5-ed5c6c81bf70",
    "labels": [
        "Self-Released"
    ],
    "label_ids": [],
    "release_date": "2020-01-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://nabta.bandcamp.com/track/shaming-me",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}