Information about plays

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

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

{
    "id": 3554759,
    "uri": "https://api.kexp.org/v2/plays/3554759/?format=api",
    "airdate": "2025-09-18T22:07:44-07:00",
    "show": 64598,
    "show_uri": "https://api.kexp.org/v2/shows/64598/?format=api",
    "image_uri": "https://dn721808.ca.archive.org/0/items/mbid-9a7d6423-a285-4f13-87e1-8dd221832132/mbid-9a7d6423-a285-4f13-87e1-8dd221832132-43043413909_thumb500.jpg",
    "thumbnail_uri": "https://dn721808.ca.archive.org/0/items/mbid-9a7d6423-a285-4f13-87e1-8dd221832132/mbid-9a7d6423-a285-4f13-87e1-8dd221832132-43043413909_thumb250.jpg",
    "song": "Children of the Baked Potato",
    "track_id": "6b3ab8ef-21b0-4519-a33f-74db8d6db6e8",
    "recording_id": "c4433b58-a144-4561-a2e6-400941a22093",
    "artist": "Thundercat feat. Remi Wolf",
    "artist_ids": [
        "044fd265-79dd-43eb-afc4-8b20becf7e17",
        "afb6cc6d-a060-4f5e-bc3a-00d4b6832e41"
    ],
    "album": "Children of the Baked Potato",
    "release_id": "9a7d6423-a285-4f13-87e1-8dd221832132",
    "release_group_id": "2b06d389-e1ea-4fe6-9911-6fa112e3fbc5",
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2025-09-15",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}