Information about plays

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

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

{
    "id": 3603516,
    "uri": "https://api.kexp.org/v2/plays/3603516/?format=api",
    "airdate": "2026-01-12T17:03:15-08:00",
    "show": 65634,
    "show_uri": "https://api.kexp.org/v2/shows/65634/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "La Pataleta (El Búho remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Alfonso Córdoba * El Brujo*",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Palenque Records"
    ],
    "label_ids": [
        "d57bfb6d-583a-49a4-9558-1ce89520c6da"
    ],
    "release_date": "2025-01-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Alfonso Cordoba El Brujo (the Wizard) is one of the greatest composers of the Colombian Pacific coast, guardian of the African flame and memory of his area, native Chocó.\n\nhttps://palenquerecords.bandcamp.com/album/alfonso-cordoba-el-brujo-la-pataleta-el-buho-remix-original-version-by-el-brujo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}