Information about plays

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

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

{
    "id": 3657420,
    "uri": "https://api.kexp.org/v2/plays/3657420/?format=api",
    "airdate": "2026-05-20T23:21:08-07:00",
    "show": 66771,
    "show_uri": "https://api.kexp.org/v2/shows/66771/?format=api",
    "image_uri": "https://ia600906.us.archive.org/30/items/mbid-be26c963-cd30-4a62-bbb6-1fe7fc3dab43/mbid-be26c963-cd30-4a62-bbb6-1fe7fc3dab43-44876295189_thumb500.jpg",
    "thumbnail_uri": "https://dn711007.ca.archive.org/0/items/mbid-be26c963-cd30-4a62-bbb6-1fe7fc3dab43/mbid-be26c963-cd30-4a62-bbb6-1fe7fc3dab43-44876295189_thumb250.jpg",
    "song": "The Springtime Reminds Me Of…",
    "track_id": "8f2fe89a-49b3-43d9-9850-692f99369b34",
    "recording_id": "55395ad8-3de0-4807-8ce1-81cba85de413",
    "artist": "Touch Girl Apple Blossom",
    "artist_ids": [
        "50feafbf-6382-42c7-a817-de38eb29df3b"
    ],
    "album": "Graceful",
    "release_id": "be26c963-cd30-4a62-bbb6-1fe7fc3dab43",
    "release_group_id": "a46e7c2e-c3af-48b5-b683-440e01081bb8",
    "labels": [
        "K",
        "perennialdeath"
    ],
    "label_ids": [
        "bb1f7af7-67d5-417a-8dbe-2025caffe9a0",
        "d3cf07ef-103a-4a34-b804-6cce099cd820"
    ],
    "release_date": "2026-05-15",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut from this TX band.\n\nhttps://touchgirlappleblossom.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}