Information about plays

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

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

{
    "id": 3606942,
    "uri": "https://api.kexp.org/v2/plays/3606942/?format=api",
    "airdate": "2026-01-20T21:38:42-08:00",
    "show": 65710,
    "show_uri": "https://api.kexp.org/v2/shows/65710/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "L.U.C.K.Y",
    "track_id": null,
    "recording_id": null,
    "artist": "Fcukers",
    "artist_ids": [
        "5e23e428-d9f5-4679-bd7c-8254d6f0a437"
    ],
    "album": "L.U.C.K.Y",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-01-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In celebration of announcing the upcoming release of their debut album Ö, set to release March 27 via Ninja Tune, the NYC duo have dropped their latest single “L.U.C.K.Y.,” a pulsing track that sees the pair put a swirling, atmospheric spin on electronica.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}