Information about plays

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

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

{
    "id": 3591760,
    "uri": "https://api.kexp.org/v2/plays/3591760/?format=api",
    "airdate": "2025-12-16T06:41:18-08:00",
    "show": 65392,
    "show_uri": "https://api.kexp.org/v2/shows/65392/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ultimate Drive",
    "track_id": "36697aba-c11c-4f11-b233-a24ab7b52fed",
    "recording_id": "bc7d5c7a-0b7f-45e5-a590-a1a6fc8ef29d",
    "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": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Portland’s MØTRIK are “America’s Best Krautrock Band,” channeling the genre’s driving pulse through a kaleidoscope prism of cosmic textures, hypnotic rhythms, and alien clarity.\n\nTheir new album, EARTH, landed on Nov 7, 2025 on Jealous Butcher Records.\n\nhttps://motrik.bandcamp.com/track/ultimate-drive",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}