Information about plays

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

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

{
    "id": 3640955,
    "uri": "https://api.kexp.org/v2/plays/3640955/?format=api",
    "airdate": "2026-04-11T22:29:27-07:00",
    "show": 66429,
    "show_uri": "https://api.kexp.org/v2/shows/66429/?format=api",
    "image_uri": "https://coverartarchive.org/release/c81ee8c1-eb19-4737-b14d-f1c17a0ed8b8/42401735107-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c81ee8c1-eb19-4737-b14d-f1c17a0ed8b8/42401735107-250.jpg",
    "song": "Lluvia",
    "track_id": null,
    "recording_id": "e5da9ae7-1882-49c4-a1a5-b932a4920291",
    "artist": "The Lookout Honeys",
    "artist_ids": [
        "732f23cf-344c-4a2b-8c41-f86b7807c326"
    ],
    "album": "Aguacatero",
    "release_id": null,
    "release_group_id": "8d5a594c-2a32-4c94-8214-6336b3e08043",
    "labels": [
        "Harriet Records"
    ],
    "label_ids": [
        "e393f497-859b-43ae-a65a-ea47208733cf"
    ],
    "release_date": "2025-03-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "NYC band",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}