Information about plays

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

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

{
    "id": 3584896,
    "uri": "https://api.kexp.org/v2/plays/3584896/?format=api",
    "airdate": "2025-11-30T06:43:12-08:00",
    "show": 65251,
    "show_uri": "https://api.kexp.org/v2/shows/65251/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dalma",
    "track_id": null,
    "recording_id": null,
    "artist": "Eyal Talmudi",
    "artist_ids": [],
    "album": "Sonolodge III",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Raw Tapes"
    ],
    "label_ids": [
        "acbdf10a-23b8-49a0-a2d3-876eba23ccde"
    ],
    "release_date": "2025-12-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sneak peek at the upcoming album from Tel Aviv-based musician Eyal Talmudi that's the third chapter in his Sonolodge series dedicated to music made for lying down, closing your eyes, and finding inner peace ~ https://eyaltalmudi.bandcamp.com/album/sonolodge-iii",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}