Information about plays

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

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

{
    "id": 3656599,
    "uri": "https://api.kexp.org/v2/plays/3656599/?format=api",
    "airdate": "2026-05-19T00:18:11-07:00",
    "show": 66755,
    "show_uri": "https://api.kexp.org/v2/shows/66755/?format=api",
    "image_uri": "https://coverartarchive.org/release/c2e3ef95-191d-4186-bd21-af63f5c819a7/44875343978-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c2e3ef95-191d-4186-bd21-af63f5c819a7/44875343978-250.jpg",
    "song": "Round the Bend",
    "track_id": null,
    "recording_id": "2370f66a-98bb-4c6a-95b2-5525c82798c6",
    "artist": "Memotone",
    "artist_ids": [
        "de86cb9f-f648-4985-82ce-106711f98e91"
    ],
    "album": "Warm Shadows",
    "release_id": null,
    "release_group_id": "f1be0929-e791-48ef-b004-94010034a328",
    "labels": [
        "Accidental Meetings"
    ],
    "label_ids": [
        "38d39113-4d20-4c13-a025-a4820eff82ab"
    ],
    "release_date": "2026-05-15",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nice one from UK musician Will Yates - https://memotone.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}