Information about plays

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

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

{
    "id": 3564303,
    "uri": "https://api.kexp.org/v2/plays/3564303/?format=api",
    "airdate": "2025-10-12T18:54:08-07:00",
    "show": 64818,
    "show_uri": "https://api.kexp.org/v2/shows/64818/?format=api",
    "image_uri": "https://coverartarchive.org/release/bb76a5be-8a35-4e87-9ddd-f19650ad3504/13608419142-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bb76a5be-8a35-4e87-9ddd-f19650ad3504/13608419142-250.jpg",
    "song": "God Made Me Funky",
    "track_id": null,
    "recording_id": "7a23e558-e2f8-4dfe-9914-7b65ace2d6d1",
    "artist": "The Headhunters",
    "artist_ids": [
        "d382bea5-76e5-4b10-9e93-2be1188d967b"
    ],
    "album": "Survival of the Fittest",
    "release_id": null,
    "release_group_id": "cfe4a4c0-4ae1-3de5-be8b-d1906c2da919",
    "labels": [
        "Arista Records"
    ],
    "label_ids": [],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jazz/funk quintet The Headhunters released \"God Made Me Funky\" on the 1975 album Survival of the Fittest under Arista Records. The Pointer Sisters lend their vocals to the track. The drum breaks on this track have been sampled by many rappers and M.C.s over time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}