Information about plays

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

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

{
    "id": 3554383,
    "uri": "https://api.kexp.org/v2/plays/3554383/?format=api",
    "airdate": "2025-09-18T00:06:04-07:00",
    "show": 64590,
    "show_uri": "https://api.kexp.org/v2/shows/64590/?format=api",
    "image_uri": "https://coverartarchive.org/release/64d16be8-0039-4c74-86ed-4d16b61ed59b/5133157385-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/64d16be8-0039-4c74-86ed-4d16b61ed59b/5133157385-250.jpg",
    "song": "I’m So Bored With the U.S.A.",
    "track_id": null,
    "recording_id": "7d281132-6a2a-478c-a935-c50a158c81b2",
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "The Clash",
    "release_id": null,
    "release_group_id": "ca91cb5a-7ecc-3c46-84a0-0d4951889374",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1977-04-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}