Information about plays

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

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

{
    "id": 3548122,
    "uri": "https://api.kexp.org/v2/plays/3548122/?format=api",
    "airdate": "2025-09-02T20:07:38-07:00",
    "show": 64457,
    "show_uri": "https://api.kexp.org/v2/shows/64457/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Madagascar",
    "track_id": null,
    "recording_id": null,
    "artist": "Ti Fock",
    "artist_ids": [
        "1610423c-6e2a-4eff-adf9-0a0fe90a841f"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ti FOCK, a pioneering force in maloya fusion from Réunion Island, returns to the spotlight with the reissue of his legendary 1986 album ANiEL, originally released by Celluloid Records and now reissued by BABANI x KRÉOL ART.\n\nhttps://babani.bandcamp.com/album/aniel",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}