Information about plays

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

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

{
    "id": 3602679,
    "uri": "https://api.kexp.org/v2/plays/3602679/?format=api",
    "airdate": "2026-01-10T14:08:36-08:00",
    "show": 65615,
    "show_uri": "https://api.kexp.org/v2/shows/65615/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blaupunkt",
    "track_id": "d4f5c140-575f-480c-b6d0-d25fcf84b7e6",
    "recording_id": "f3741d8b-d3ba-4b28-a4b5-1522cfb15f82",
    "artist": "Møtrik",
    "artist_ids": [
        "89df9e1a-6069-4207-9c63-1fbc77abbf90"
    ],
    "album": "EARTH",
    "release_id": "5fba1cf6-d167-42fd-bfc3-ef66e6e6f528",
    "release_group_id": "a74c530b-19db-44bc-a891-2fc6f388fc58",
    "labels": [
        "Jealous Butcher Records"
    ],
    "label_ids": [
        "8c979a04-bc6b-4cc9-accb-6aa617dc3c88"
    ],
    "release_date": "2025-10-24",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New from Portland’s MØTRIK, self-described as “America’s Best Krautrock Band,” channeling the genre’s driving pulse through a kaleidoscope prism of cosmic textures, hypnotic rhythms, and alien clarity.\"\n\nhttps://motrik.bandcamp.com/album/earth",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}