Information about plays

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

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

{
    "id": 3543451,
    "uri": "https://api.kexp.org/v2/plays/3543451/?format=api",
    "airdate": "2025-08-22T19:52:55-07:00",
    "show": 64358,
    "show_uri": "https://api.kexp.org/v2/shows/64358/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "C.R.E.A.M",
    "track_id": null,
    "recording_id": "78328e57-52a0-4d97-94c4-333af2cc6971",
    "artist": "El Michels Affair",
    "artist_ids": [
        "dbf0a5c5-3665-4495-b13b-99438a6a0900"
    ],
    "album": "Fallin' Off the Reel",
    "release_id": null,
    "release_group_id": "d89f33b4-f1b1-40ea-87df-f2f953cb381f",
    "labels": [],
    "label_ids": [],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wu-Tang instrumental cover! The \"Fallin' Off the Reel\" collections bring every limited-edition Truth & Soul 45 -- normally released in strictly limited editions -- together on compilations for those of us too slow on the trigger to get the 45s!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}