Information about plays

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

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

{
    "id": 3602562,
    "uri": "https://api.kexp.org/v2/plays/3602562/?format=api",
    "airdate": "2026-01-10T06:25:56-08:00",
    "show": 65611,
    "show_uri": "https://api.kexp.org/v2/shows/65611/?format=api",
    "image_uri": "https://coverartarchive.org/release/7bec22a0-eb73-4b79-a619-b253d5c2af87/4527734511-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7bec22a0-eb73-4b79-a619-b253d5c2af87/4527734511-250.jpg",
    "song": "Lost in the Supermarket",
    "track_id": null,
    "recording_id": "93a46b67-3856-46eb-a0bb-377643b2f58d",
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "London Calling",
    "release_id": null,
    "release_group_id": "8d73e45e-7ca1-3cb4-ae28-6da76196c17c",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1979-12-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}