Information about plays

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

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

{
    "id": 3641407,
    "uri": "https://api.kexp.org/v2/plays/3641407/?format=api",
    "airdate": "2026-04-13T03:08:56-07:00",
    "show": 66440,
    "show_uri": "https://api.kexp.org/v2/shows/66440/?format=api",
    "image_uri": "https://coverartarchive.org/release/03441f96-8bdb-44c1-b4f0-eeeb4d85a529/11444909658-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/03441f96-8bdb-44c1-b4f0-eeeb4d85a529/11444909658-250.jpg",
    "song": "Smiling Stranger",
    "track_id": null,
    "recording_id": "74b2c242-bf94-412c-b0dc-66826ab25582",
    "artist": "John Martyn",
    "artist_ids": [
        "e821a756-487f-4931-a02f-27cf11cec7bf"
    ],
    "album": "One World",
    "release_id": null,
    "release_group_id": "a30af693-6896-3620-a603-2be0d0945584",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1977-11-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}