Information about plays

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

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

{
    "id": 3665197,
    "uri": "https://api.kexp.org/v2/plays/3665197/?format=api",
    "airdate": "2026-06-08T03:22:39-07:00",
    "show": 66933,
    "show_uri": "https://api.kexp.org/v2/shows/66933/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Right Down Here",
    "track_id": null,
    "recording_id": "34db5c79-8c2e-45c8-b178-ba6fa08a5cfa",
    "artist": "Asha Puthli",
    "artist_ids": [
        "6bea93d9-08e8-40af-974e-b7d066b2e0fb"
    ],
    "album": "Asha Puthli",
    "release_id": null,
    "release_group_id": "10b87c37-1fe8-352b-bf15-332b33db3d14",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}