Information about plays

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

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

{
    "id": 3551439,
    "uri": "https://api.kexp.org/v2/plays/3551439/?format=api",
    "airdate": "2025-09-10T22:04:49-07:00",
    "show": 64529,
    "show_uri": "https://api.kexp.org/v2/shows/64529/?format=api",
    "image_uri": "https://ia601001.us.archive.org/19/items/mbid-9055771e-bc44-4d88-b8ae-4ab19416728f/mbid-9055771e-bc44-4d88-b8ae-4ab19416728f-42937300620_thumb500.jpg",
    "thumbnail_uri": "https://ia601001.us.archive.org/19/items/mbid-9055771e-bc44-4d88-b8ae-4ab19416728f/mbid-9055771e-bc44-4d88-b8ae-4ab19416728f-42937300620_thumb250.jpg",
    "song": "Without You",
    "track_id": "2fd69ffb-5ed3-493f-ae19-67ea0147a47a",
    "recording_id": "8d3de5a8-c843-444f-a404-1dbac0ac1372",
    "artist": "I. JORDAN & ASHWARYA",
    "artist_ids": [
        "7a95cc33-3541-4269-8e2f-42453d69b7a9",
        "ccdc36ad-fcf7-48f8-bfed-32822db0a8d4"
    ],
    "album": "Free Falling",
    "release_id": "9055771e-bc44-4d88-b8ae-4ab19416728f",
    "release_group_id": "e2a7bf6e-e011-4474-ad9c-b99cc1f210b2",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2025-10-17",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://i-jordan.bandcamp.com/album/free-falling",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}