Information about plays

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

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

{
    "id": 3578100,
    "uri": "https://api.kexp.org/v2/plays/3578100/?format=api",
    "airdate": "2025-11-14T14:35:39-08:00",
    "show": 65107,
    "show_uri": "https://api.kexp.org/v2/shows/65107/?format=api",
    "image_uri": "https://ia800807.us.archive.org/24/items/mbid-a3c8da56-023e-4ba8-976d-05e6bd91d338/mbid-a3c8da56-023e-4ba8-976d-05e6bd91d338-21576081770_thumb500.jpg",
    "thumbnail_uri": "https://dn710306.ca.archive.org/0/items/mbid-a3c8da56-023e-4ba8-976d-05e6bd91d338/mbid-a3c8da56-023e-4ba8-976d-05e6bd91d338-21576081770_thumb250.jpg",
    "song": "Breathless (single mix)",
    "track_id": "7edbdc40-bdfa-355b-96ad-ad84e867b311",
    "recording_id": "ab634b31-2b41-408a-8929-9a6881a749d4",
    "artist": "X",
    "artist_ids": [
        "ddd553d4-977e-416c-8f57-e4b72c0fc746"
    ],
    "album": "Under the Big Black Sun",
    "release_id": "a3c8da56-023e-4ba8-976d-05e6bd91d338",
    "release_group_id": "3b193dee-06e8-3c21-8f13-f82bbad26df2",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2001-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Simone!\n\nClassic L.A. punk energy and  west Coast grit sealed in the one track.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}