Information about plays

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

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

{
    "id": 3593746,
    "uri": "https://api.kexp.org/v2/plays/3593746/?format=api",
    "airdate": "2025-12-21T00:00:35-08:00",
    "show": 65435,
    "show_uri": "https://api.kexp.org/v2/shows/65435/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shadows Breathe First",
    "track_id": null,
    "recording_id": null,
    "artist": "Blut aus Nord",
    "artist_ids": [
        "c21db200-1f7c-4c23-b518-cf7fac6b8e85"
    ],
    "album": "Ethereal Horizons",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Debemur Morti Productions"
    ],
    "label_ids": [],
    "release_date": "2025-11-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mondeville, Normandy in France. 16th full length album?! 30 years of avant-garde black metal madness and they still rip! Vinyl available in January\nhttps://blutausnord.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}