Information about plays

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

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

{
    "id": 3622018,
    "uri": "https://api.kexp.org/v2/plays/3622018/?format=api",
    "airdate": "2026-02-25T07:36:04-08:00",
    "show": 66026,
    "show_uri": "https://api.kexp.org/v2/shows/66026/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "storm",
    "track_id": "6a7fce10-e640-48fd-9178-bbf3447ca6d6",
    "recording_id": "e74c80a3-d9ce-47c0-9423-07d882572659",
    "artist": "Night Tapes",
    "artist_ids": [
        "46c38a79-24c0-4902-9c69-13c1ef1da408"
    ],
    "album": "portals//polarities",
    "release_id": "6a11d02d-bf13-4639-a63b-5413ea3f153a",
    "release_group_id": "f46c7a5e-9dd5-44d9-934b-b31b1149652c",
    "labels": [
        "Nettwerk"
    ],
    "label_ids": [
        "8aa0e885-1cbb-474d-9b74-ae8446989417"
    ],
    "release_date": "2025-09-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Requested by Cori in Oakland!\n\nNight Tapes are a London dream pop band whose heavily textured production and pulsing dark grooves are punctuated by the ethereal voice of Estonian singer Iiris Vesik. They started out doing evening jams between the housemates Max Doohan, Sam Richards and Iiris Vesik in London.\n\nhttps://nighttapesmusic.bandcamp.com\nhttps://nighttapesmusic.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}