Information about plays

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

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

{
    "id": 3589725,
    "uri": "https://api.kexp.org/v2/plays/3589725/?format=api",
    "airdate": "2025-12-11T10:49:23-08:00",
    "show": 65347,
    "show_uri": "https://api.kexp.org/v2/shows/65347/?format=api",
    "image_uri": "https://coverartarchive.org/release/54e4d4a1-44d5-3694-a012-77823c521107/5375269180-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/54e4d4a1-44d5-3694-a012-77823c521107/5375269180-250.jpg",
    "song": "Swan Lake",
    "track_id": null,
    "recording_id": "ea19180c-8924-4e0b-8073-ee90b3b4077c",
    "artist": "Blackalicious",
    "artist_ids": [
        "92ee5562-3c1b-4e02-ac22-aae6261edac5"
    ],
    "album": "Melodica",
    "release_id": null,
    "release_group_id": "119d90e5-ed61-35c9-b03f-4b158a4c482e",
    "labels": [],
    "label_ids": [],
    "release_date": "1994-12-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Swan Lake\" was produced by Chief Xcel and DJ Shadow. Blackalicious sampled four (!) different versions of \"People Make the World Go Round\" for \"Swan Lake\"\nhttps://www.whosampled.com/Blackalicious/Swan-Lake/samples/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}