Information about plays

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

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

{
    "id": 3643342,
    "uri": "https://api.kexp.org/v2/plays/3643342/?format=api",
    "airdate": "2026-04-17T19:08:56-07:00",
    "show": 66479,
    "show_uri": "https://api.kexp.org/v2/shows/66479/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spritu Luz",
    "track_id": null,
    "recording_id": null,
    "artist": "June Freedom",
    "artist_ids": [
        "f2b98e08-b3ad-4b9b-bc5e-e4fbc32d2490"
    ],
    "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": "June Freedom is a genre-bending artist whose sonic tapestry blends Afro-Latin rhythms, alt-pop, R&B, and worldbeat. Born in Boston and raised in Cape Verde, his music reflects a rich cultural journey across continents.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}