Information about plays

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

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

{
    "id": 3640033,
    "uri": "https://api.kexp.org/v2/plays/3640033/?format=api",
    "airdate": "2026-04-09T20:53:29-07:00",
    "show": 66410,
    "show_uri": "https://api.kexp.org/v2/shows/66410/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Evangeline",
    "track_id": null,
    "recording_id": "3cda45e1-4b7e-465a-95f9-049e2354ded8",
    "artist": "Slowwves feat. Death of Heather",
    "artist_ids": [
        "a8900b95-fcfa-42fb-943c-dee298c7e1a2",
        "84521f8f-207c-4c65-918c-582b29c34d11"
    ],
    "album": "Perfect Evasion",
    "release_id": null,
    "release_group_id": "00e6e902-bc31-485b-a498-f6e7225d7a46",
    "labels": [
        "Wildest Youth"
    ],
    "label_ids": [
        "ebf27f4e-a3eb-4fe6-9d63-40fc0fc8e76c"
    ],
    "release_date": "2025-06-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Alternative band based in Bangkok that likes a lots of reverb and ambient sounds.\n--\nhttps://slowwves.bandcamp.com/\nInstagram: @slowwves",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}