Information about plays

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

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

{
    "id": 3667216,
    "uri": "https://api.kexp.org/v2/plays/3667216/?format=api",
    "airdate": "2026-06-13T05:36:22-07:00",
    "show": 66974,
    "show_uri": "https://api.kexp.org/v2/shows/66974/?format=api",
    "image_uri": "https://dn721607.ca.archive.org/0/items/mbid-ce67f98a-bfa7-43f7-88fa-38a9df8835c8/mbid-ce67f98a-bfa7-43f7-88fa-38a9df8835c8-36215901473_thumb500.jpg",
    "thumbnail_uri": "https://dn721607.ca.archive.org/0/items/mbid-ce67f98a-bfa7-43f7-88fa-38a9df8835c8/mbid-ce67f98a-bfa7-43f7-88fa-38a9df8835c8-36215901473_thumb250.jpg",
    "song": "Desire Lines",
    "track_id": "32e3ffa0-cfc3-32b2-ab1b-a2b37f7b96ac",
    "recording_id": "6bc42e35-4c57-4603-888f-bde2368760eb",
    "artist": "Lush",
    "artist_ids": [
        "697801d1-68b2-4413-a7e4-0ef507d21cc1"
    ],
    "album": "Split",
    "release_id": "ce67f98a-bfa7-43f7-88fa-38a9df8835c8",
    "release_group_id": "150b59e4-9f69-31e9-b6ae-f05512b71580",
    "labels": [
        "Reprise Records",
        "4AD"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59",
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1994-06-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}