Information about plays

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

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

{
    "id": 3584315,
    "uri": "https://api.kexp.org/v2/plays/3584315/?format=api",
    "airdate": "2025-11-29T00:11:26-08:00",
    "show": 65235,
    "show_uri": "https://api.kexp.org/v2/shows/65235/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Never Knew",
    "track_id": null,
    "recording_id": "35b0aee5-eb55-4ff9-bc9a-5492267d38c7",
    "artist": "Hieroglyphics",
    "artist_ids": [
        "72609007-4227-4bdd-a993-1e92df52527a"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 1998, '3rd Eye Vision' helped usher in an entire new era of independent hip-hop.  \"You Never Knew\" samples Patrice Rushen's 1978 song, \"Didn't You Know\".  Read how Oakland's Hieroglyphics crew made \"You Never Knew,\" a song that swept college radio during the summer of 1998: https://bit.ly/3K0ult1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}