Information about plays

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

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

{
    "id": 3604964,
    "uri": "https://api.kexp.org/v2/plays/3604964/?format=api",
    "airdate": "2026-01-16T05:34:00-08:00",
    "show": 65663,
    "show_uri": "https://api.kexp.org/v2/shows/65663/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Road Sound",
    "track_id": "c115905f-8e44-401e-9333-14dff8c45f7b",
    "recording_id": "cfe79420-3330-4df7-bf84-32ab9300d8f4",
    "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": "Krautrock from Portland!! \n\nMøtrik are described as channeling German‑style psychedelic rock through a more playful, danceable lens.\n\nhttps://motrik.bandcamp.com/album/earth",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}