Information about plays

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

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

{
    "id": 3598924,
    "uri": "https://api.kexp.org/v2/plays/3598924/?format=api",
    "airdate": "2026-01-01T18:28:18-08:00",
    "show": 65534,
    "show_uri": "https://api.kexp.org/v2/shows/65534/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Do It",
    "track_id": "c2baa95c-2317-4447-9a1c-f73a26708c5b",
    "recording_id": "4b64b3e5-bf1e-42c6-bc5d-9469bb49ec40",
    "artist": "underscores",
    "artist_ids": [
        "ab1a3f85-e0ea-470a-af5c-175447ae774c"
    ],
    "album": "Do It",
    "release_id": "14a6203a-f273-4d3d-ad98-bfba57e50674",
    "release_group_id": "2dcc1ba9-1772-48c8-b429-2f6428a433d1",
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2025-11-04",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The young New York-based singer and producer April Grey makes jittery but confident hyperpop under the name underscores. She's a prolific collaborator these days, appearing on recent tracks from Oklou, Yaeji, and Danny Brown, and she's about to join Brown on tour. \n\nCheck out the video for \"do it\" right here:\nhttps://stereogum.com/2476374/underscores-do-it/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}