Information about plays

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

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

{
    "id": 3544569,
    "uri": "https://api.kexp.org/v2/plays/3544569/?format=api",
    "airdate": "2025-08-25T08:48:04-07:00",
    "show": 64384,
    "show_uri": "https://api.kexp.org/v2/shows/64384/?format=api",
    "image_uri": "https://ia801504.us.archive.org/0/items/mbid-dc1e2a6e-e20b-4a4f-911a-1771b648c9c5/mbid-dc1e2a6e-e20b-4a4f-911a-1771b648c9c5-31693085404_thumb500.jpg",
    "thumbnail_uri": "https://dn721905.ca.archive.org/0/items/mbid-dc1e2a6e-e20b-4a4f-911a-1771b648c9c5/mbid-dc1e2a6e-e20b-4a4f-911a-1771b648c9c5-31693085404_thumb250.jpg",
    "song": "Groovin' on Sunshine",
    "track_id": "ac81cc61-929b-3352-a83b-9536a333f296",
    "recording_id": "d6ccf304-aa26-419b-beea-f21b33c9d77d",
    "artist": "Ohmega Watts",
    "artist_ids": [
        "5f0c668b-aa98-48bd-b87a-b71e3e724836"
    ],
    "album": "The Find",
    "release_id": "dc1e2a6e-e20b-4a4f-911a-1771b648c9c5",
    "release_group_id": "a386086d-2393-3e1d-ac19-58016eec43cd",
    "labels": [
        "Ubiquity"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "2005-09-13",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Born and raised in Brooklyn, NY by West Indian parents, Ohmega Watts was influenced by all types of music, including reggae, calypso, soca, 80s radio hip-hop and pop, and components of all can be heard in Groovin' on Sunshine.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}