Information about plays

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

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

{
    "id": 3578670,
    "uri": "https://api.kexp.org/v2/plays/3578670/?format=api",
    "airdate": "2025-11-15T20:23:23-08:00",
    "show": 65121,
    "show_uri": "https://api.kexp.org/v2/shows/65121/?format=api",
    "image_uri": "https://ia800305.us.archive.org/24/items/mbid-5fba1cf6-d167-42fd-bfc3-ef66e6e6f528/mbid-5fba1cf6-d167-42fd-bfc3-ef66e6e6f528-43171518141_thumb500.jpg",
    "thumbnail_uri": "https://dn720701.ca.archive.org/0/items/mbid-5fba1cf6-d167-42fd-bfc3-ef66e6e6f528/mbid-5fba1cf6-d167-42fd-bfc3-ef66e6e6f528-43171518141_thumb250.jpg",
    "song": "Contact",
    "track_id": "2b1b586e-e67b-4a65-b369-8c5566ad3751",
    "recording_id": "255b5a4b-b389-4587-bfc3-4ddbe340b3d9",
    "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": true,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Portland band Møtrik!\n\n\"On EARTH, Møtrik delivers a sprawling, celestial journey through the outer limits of krautrock. From the glittering awe and breath-counting disorientation of “Weightless” to the tidal reckoning of “Ultimate Drive,” EARTH charts a course through sonic paradox; between body and void, machine and soul, end and beginning.\"\n\nhttps://motrik.bandcamp.com/album/earth",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}