Information about plays

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

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

{
    "id": 3541156,
    "uri": "https://api.kexp.org/v2/plays/3541156/?format=api",
    "airdate": "2025-08-17T09:28:05-07:00",
    "show": 64314,
    "show_uri": "https://api.kexp.org/v2/shows/64314/?format=api",
    "image_uri": "https://coverartarchive.org/release/ead8dea2-fdb7-47b6-bb1e-b08b6970f5ca/17178932186-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ead8dea2-fdb7-47b6-bb1e-b08b6970f5ca/17178932186-250.jpg",
    "song": "Bud the Spud",
    "track_id": null,
    "recording_id": "3be2b6cd-50e3-48c7-8a37-484a836f8960",
    "artist": "Stompin’ Tom Connors",
    "artist_ids": [
        "11074c2d-cfd6-43df-8adf-1d34779a1c97"
    ],
    "album": "Bud the Spud and Other Favorites",
    "release_id": null,
    "release_group_id": "c580e079-3c24-3076-a1f1-b3afb6eb9d9b",
    "labels": [
        "Dominion"
    ],
    "label_ids": [
        "4df665c4-0376-4f74-9237-197ce6b695df"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Trucker country set in the singer’s home province of Prince Edward Island, written for his friend Bud Roberts who hauled potatoes.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}