Information about plays

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

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

{
    "id": 3584285,
    "uri": "https://api.kexp.org/v2/plays/3584285/?format=api",
    "airdate": "2025-11-28T22:24:32-08:00",
    "show": 65235,
    "show_uri": "https://api.kexp.org/v2/shows/65235/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Passin’ Me By",
    "track_id": null,
    "recording_id": "cadb7520-b30f-4072-9e01-04bbe8d2524a",
    "artist": "The Pharcyde",
    "artist_ids": [
        "d7134426-a937-43bf-bc54-f10ad8102ed9"
    ],
    "album": "Bizarre Ride II the Pharcyde",
    "release_id": null,
    "release_group_id": "c799ef0c-f038-364b-972b-51f52d794781",
    "labels": [],
    "label_ids": [],
    "release_date": "1992-11-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Pharcyde in 1992 sampling Quincy Jones's 1973 version of the Lovin' Spoonful song \"Summer in the City.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}