Information about plays

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

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

{
    "id": 3604890,
    "uri": "https://api.kexp.org/v2/plays/3604890/?format=api",
    "airdate": "2026-01-16T01:19:16-08:00",
    "show": 65662,
    "show_uri": "https://api.kexp.org/v2/shows/65662/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good News",
    "track_id": "940e5b45-0483-478e-ad1c-8da0d281595f",
    "recording_id": "52d72924-89ad-4c3f-8fab-425d6b3a2442",
    "artist": "Rozzi",
    "artist_ids": [
        "bcf34355-19bc-482c-b349-4c2ae7683955"
    ],
    "album": "Good News",
    "release_id": "aa12739a-92fc-4134-87bd-94ab5849a030",
    "release_group_id": "42415be1-92f3-480d-9afc-0e5e619f1656",
    "labels": [
        "Mr. Moon, Mr. Moon Records"
    ],
    "label_ids": [
        "7df36197-4a6b-4a3b-8637-52898e1b71b3"
    ],
    "release_date": "2026-01-14",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.instagram.com/reel/DTiWVSEit9Z/?utm_source=ig_web_copy_link",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}