Information about plays

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

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

{
    "id": 3659561,
    "uri": "https://api.kexp.org/v2/plays/3659561/?format=api",
    "airdate": "2026-05-25T22:20:55-07:00",
    "show": 66816,
    "show_uri": "https://api.kexp.org/v2/shows/66816/?format=api",
    "image_uri": "https://coverartarchive.org/release/ff4f8a95-e332-4554-86f1-9afd7fb5ad5d/43503782919-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ff4f8a95-e332-4554-86f1-9afd7fb5ad5d/43503782919-250.jpg",
    "song": "Por las Tardes",
    "track_id": null,
    "recording_id": null,
    "artist": "Niza",
    "artist_ids": [
        "8837b2af-0c87-49cf-816e-8d81b292674e"
    ],
    "album": "Archivando Mis Recuerdos (1998-2004)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Elefant"
    ],
    "label_ids": [],
    "release_date": "2005-09-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Super charming Spanish indie pop",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}