Information about plays

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

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

{
    "id": 3612832,
    "uri": "https://api.kexp.org/v2/plays/3612832/?format=api",
    "airdate": "2026-02-03T20:17:11-08:00",
    "show": 65833,
    "show_uri": "https://api.kexp.org/v2/shows/65833/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Couldn't Catch My Breath",
    "track_id": null,
    "recording_id": null,
    "artist": "DJ Houseplants, Harriet Brown",
    "artist_ids": [
        "c674de51-f7d9-4bea-980d-1dd3279e0789",
        "535b67ef-a022-4913-af1e-2664a6ba163f"
    ],
    "album": "Couldn't Catch My Breath",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2022-07-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Los Angeles (Harriet Brown) and New York (DJ Houseplants) duo worked together to create this self-care inspired track, where we get to see into the world of Harriet Brown, sultry r&b solo artist. With a her smooth but strong voice, she's back with a new batch of fully-realized future funk, a slow-burning dispatch from a dayglo dance floor.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}